mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
extra/cracklib: split out cracklib-dev
This commit is contained in:
parent
f7399348b7
commit
4aae1ff1d7
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user