contrib/basez/Pkgfile

21 lines
485 B
Plaintext
Raw Normal View History

2019-02-07 23:03:30 +01:00
# Description: base 16/32/64 encoder/decoder
# URL: http://www.quarkline.net/basez
# Maintainer: Thomas Penteker, tek at serverop dot de
name=basez
2020-05-25 21:05:07 +02:00
version=1.6.2
2019-02-07 23:03:30 +01:00
release=1
source=(http://www.quarkline.net/basez/download/basez-$version.tar.gz)
build() {
2020-05-25 21:05:07 +02:00
cd $name-$version
2019-02-07 23:03:30 +01:00
./configure --prefix=/usr
make
install -d $PKG/usr/share/doc/basez
make DESTDIR=$PKG install-unix
rm -r $PKG/usr/share/doc $PKG/usr/bin/base{32,64} $PKG/usr/share/man/man1/base{32,64}.1
}