wok-6.x view lzo-dev/receipt @ rev 8966
Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Mar 02 03:12:51 2011 +0000 (2011-03-02) |
parents | b6a45e3d8aab |
children | 3dde675264ba |
line source
1 # SliTaz package receipt.
3 PACKAGE="lzo-dev"
4 VERSION="2.04"
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 }