# Maintainer: James Hendrie pkgname=bin2dec pkgver=1.6 pkgrel=2 epoch= pkgdesc="Converts binary numbers to decimal integers or ASCII text" arch=('i686' 'x86_64') url="https://github.com/jahendrie/bin2dec" license=('FreeBSD') groups=() depends_x86_64=('glibc') depends_i686=('lib32-glibc') makedepends=('gcc' 'make') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/jahendrie/bin2dec/releases/download/v1.6/$pkgname-$pkgver.tar.gz") noextract=() md5sums=('69994b8ebaa65903ce249db371b9817c') validpgpkeys=() build() { cd "$pkgname-$pkgver" #./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" echo "$pkgdir" make PREFIX="$pkgdir/usr" install #make DESTDIR="$pkgdir/" install }