New package: base91-0.6.0.
This commit is contained in:
parent
3171279b57
commit
672c42890b
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'base91'
|
||||
pkgname=base91
|
||||
version=0.6.0
|
||||
revision=1
|
||||
short_desc="Advanced method for encoding binary data as ASCII characters"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://base91.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=02cfae7322c1f865ca6ce8f2e0bb8d38c8513e76aed67bf1c94eab1343c6c651
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} prefix=/usr install
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue