diff options
| -rw-r--r-- | extra/cracklib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/cracklib/APKBUILD b/extra/cracklib/APKBUILD index 1e67f8fed..e03c6a770 100644 --- a/extra/cracklib/APKBUILD +++ b/extra/cracklib/APKBUILD @@ -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 |
