wok view lzo-dev/receipt @ rev 11351
get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 29 11:53:47 2011 +0000 (2011-11-29) |
parents | 129bb5b11a7e |
children | 2a5cc8208d36 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lzo-dev"
4 VERSION="2.05"
5 CATEGORY="development"
6 SHORT_DESC="Data compression development library."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="lzo"
9 WANTED="lzo"
10 WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 }