wok-next annotate opencc-dev/receipt @ rev 11257
iron-linux: Cookutils uses wget -O $SRC/$TARBALL so we can change TARBALL to save source as TARBALL. This needs to be done for iron-linux cause other wise it will just find iron-linux.tar.gz and use the old version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 11:21:08 2011 +0000 (2011-11-07) |
parents | |
children | 47e1df965953 |
rev | line source |
---|---|
hipeng@10958 | 1 # SliTaz package receipt. |
hipeng@10958 | 2 |
hipeng@10958 | 3 PACKAGE="opencc-dev" |
hipeng@10958 | 4 VERSION="0.2.0" |
hipeng@10958 | 5 CATEGORY="development" |
hipeng@10958 | 6 SHORT_DESC="Development files for OpenCC" |
hipeng@10958 | 7 MAINTAINER="liupeng <hipeng@yahoo.com>" |
hipeng@10958 | 8 DEPENDS="opencc" |
hipeng@10958 | 9 WEB_SITE="http://code.google.com/p/opencc/" |
hipeng@10958 | 10 WANTED="opencc" |
hipeng@10958 | 11 |
hipeng@10958 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
hipeng@10958 | 13 genpkg_rules() |
hipeng@10958 | 14 { |
hipeng@10958 | 15 mkdir -p $fs/usr/lib/pkgconfig/ |
hipeng@10958 | 16 cp -a $_pkg/usr/include $fs/usr |
hipeng@10958 | 17 cp -a $_pkg/usr/lib/*.so $fs/usr/lib/ |
hipeng@10958 | 18 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ |
hipeng@10958 | 19 } |