extra/cracklib: split out cracklib-dev

This commit is contained in:
Natanael Copa 2009-02-24 08:57:03 +00:00
parent f7399348b7
commit 4aae1ff1d7

View File

@ -9,20 +9,20 @@ license="GPL"
depends="uclibc"
makedepends=""
install=
subpackages=""
subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
"
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--without-python \
--disable-nls \
--with-default-dict
--with-default-dict
make -j1 all || return 1
make -j1 DESTDIR="$pkgdir" install