#!/bin/sh # Maintainer: Natanael Copa pkgname=beecrypt pkgver=4.1.2 pkgdesc="general-purpose cryptography library" url="http://sourceforge.net/projects/beecrypt" license="LGPL" depends=uclibc subpackages="$pkgname-dev" source=http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-threads \ --enable-shared \ --without-java \ --without-python \ --without-cplusplus make || return 1 make DESTDIR="$pkgdir" install } md5sums="820d26437843ab0a6a8a5151a73a657c beecrypt-4.1.2.tar.gz"