4 pkgdesc="This library is an implementation of the ITU-T X.690 specification of Basic Encoding Rules (BER)"
6 url="http://packages.debian.org/unstable/libs/libber0"
10 source=("http://ftp.debian.org/debian/pool/main/libb/libber/libber_$pkgver.tar.gz")
13 cd $startdir/src/libber-$pkgver
15 make install DESTDIR=$startdir/pkg/ prefix=$startdir/pkg/usr
16 mkdir -p $startdir/pkg/usr/share/licenses/$pkgname/
17 cp $startdir/src/libber-$pkgver/debian/copyright \
18 $startdir/pkg/usr/share/licenses/$pkgname/
20 md5sums=('a5cef8fb4df10f601d8f226f414ea150')