2009-05-15 01:47:57 +02:00
|
|
|
# Template build file for 'lzo'.
|
|
|
|
pkgname=lzo
|
2015-02-07 18:25:39 +01:00
|
|
|
version=2.09
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-06-30 07:59:03 +02:00
|
|
|
configure_args="--enable-shared"
|
2009-05-15 01:47:57 +02:00
|
|
|
short_desc="Portable lossless data compression library"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-08-30 09:50:25 +02:00
|
|
|
homepage="http://www.oberhumer.com/opensource/lzo"
|
|
|
|
license="GPL-2"
|
2013-04-13 10:15:49 +02:00
|
|
|
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
2015-02-07 18:25:39 +01:00
|
|
|
checksum=f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c
|
2009-05-15 01:47:57 +02:00
|
|
|
|
2014-10-10 08:33:38 +02:00
|
|
|
post_install() {
|
|
|
|
rm -r ${DESTDIR}/usr/share/doc
|
|
|
|
}
|
|
|
|
|
2013-04-13 10:15:49 +02:00
|
|
|
lzo-devel_package() {
|
2014-02-21 14:26:12 +01:00
|
|
|
depends="lzo>=${version}_${revision}"
|
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
2014-02-21 14:26:12 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 10:15:49 +02:00
|
|
|
}
|
|
|
|
}
|