wok-6.x annotate pidgin-dev/receipt @ rev 10871
gpodder: Fixed genpkg_rules. Saved 150kb off the package size.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jun 19 11:45:40 2011 +0000 (2011-06-19) |
parents | 8473aa998aab |
children | 5d82e62b9b12 |
rev | line source |
---|---|
mallory@2106 | 1 # SliTaz package receipt. |
mallory@2106 | 2 |
mallory@2106 | 3 PACKAGE="pidgin-dev" |
slaxemulator@9209 | 4 VERSION="2.7.11" |
mallory@2106 | 5 CATEGORY="development" |
mallory@2106 | 6 SHORT_DESC="Pidgin devel files." |
mallory@2106 | 7 MAINTAINER="mallory@skyrock.com" |
mallory@2106 | 8 WANTED="pidgin" |
mallory@2106 | 9 WEB_SITE="http://www.pidgin.im/" |
mallory@2106 | 10 |
mallory@2106 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@2106 | 12 genpkg_rules() |
mallory@2106 | 13 { |
slaxemulator@7556 | 14 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/pidgin $fs/usr/include/pidgin $fs/usr/share |
mallory@2106 | 15 cp -a $_pkg/usr/lib/pidgin/*.la $fs/usr/lib/pidgin |
mallory@2106 | 16 cp -a $_pkg/usr/lib/pkgconfig/pidgin.pc $fs/usr/lib/pkgconfig |
mallory@2106 | 17 cp -a $_pkg/usr/include/pidgin $fs/usr/include |
slaxemulator@7556 | 18 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
mallory@2106 | 19 } |