wok-4.x annotate opencc-dev/receipt @ rev 11390

Update BUILD_DEPENDS of slitaz-18n according co CORE_PKGS; ensure thoses are cooked before slitaz-18n
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 05:08:01 2011 +0100 (2011-12-10)
parents
children
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 }