commit
2862211f26
1 changed files with 7 additions and 3 deletions
|
@ -1,20 +1,24 @@
|
|||
# Template file for 'lzlib'
|
||||
pkgname=lzlib
|
||||
version=1.8
|
||||
version=1.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-static"
|
||||
short_desc="Compression library for the lzip file format"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="GPL-2"
|
||||
license="2-clause-BSD"
|
||||
homepage="http://www.nongnu.org/lzip/lzlib"
|
||||
distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz"
|
||||
checksum=41bfa82c6ee184ed0884437dc4074ad505e64cb747432cefa97976b89045cbad
|
||||
checksum=2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
lzlib-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue