Added lzo-2.03 template.
--HG-- extra : convert_revision : afa69272674116338ba825ee8b430d1fb204842e
This commit is contained in:
parent
530de0b932
commit
bde57d6230
4 changed files with 44 additions and 0 deletions
1
templates/lzo-devel
Symbolic link
1
templates/lzo-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
lzo
|
2
templates/lzo/depends
Normal file
2
templates/lzo/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=2.03
|
||||||
|
api_depends=${abi_depends}
|
17
templates/lzo/devel.template
Normal file
17
templates/lzo/devel.template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libgrypt-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run lzo
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||||
|
}
|
24
templates/lzo/template
Normal file
24
templates/lzo/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template build file for 'lzo'.
|
||||||
|
pkgname=lzo
|
||||||
|
sourcepkg=$pkgname
|
||||||
|
version=2.03
|
||||||
|
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--enable-shared=yes"
|
||||||
|
short_desc="Portable lossless data compression library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591
|
||||||
|
long_desc="
|
||||||
|
LZO is a portable lossless data compression library written in ANSI
|
||||||
|
C. It offers pretty fast compression and very fast decompression.
|
||||||
|
Decompression requires no memory.
|
||||||
|
|
||||||
|
In addition there are slower compression levels achieving a quite
|
||||||
|
competitive compression ratio while still decompressing at this
|
||||||
|
very high speed.
|
||||||
|
|
||||||
|
The LZO algorithms and implementations are copyrighted OpenSource
|
||||||
|
distributed under the GNU General Public License."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency full glibc
|
Loading…
Reference in a new issue