wok-current annotate pidgin-dev/receipt @ rev 17108
qps: s/-O2/-Os/g
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Sep 01 17:36:26 2014 +0200 (2014-09-01) |
parents | 47e1df965953 |
children | 5eee27c40050 |
rev | line source |
---|---|
mallory@2106 | 1 # SliTaz package receipt. |
mallory@2106 | 2 |
mallory@2106 | 3 PACKAGE="pidgin-dev" |
devl547@16198 | 4 VERSION="2.10.9" |
mallory@2106 | 5 CATEGORY="development" |
mallory@2106 | 6 SHORT_DESC="Pidgin devel files." |
pascal@14277 | 7 MAINTAINER="mallory@sweetpeople.org" |
pascal@15001 | 8 LICENSE="GPL2" |
mallory@2106 | 9 WANTED="pidgin" |
mallory@2106 | 10 WEB_SITE="http://www.pidgin.im/" |
mallory@2106 | 11 |
pascal@15599 | 12 DEPENDS="pkg-config" |
pascal@15599 | 13 |
mallory@2106 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@2106 | 15 genpkg_rules() |
mallory@2106 | 16 { |
slaxemulator@7556 | 17 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/pidgin $fs/usr/include/pidgin $fs/usr/share |
slaxemulator@12419 | 18 cp -a $install/usr/lib/pidgin/*.la $fs/usr/lib/pidgin |
slaxemulator@12419 | 19 cp -a $install/usr/lib/pkgconfig/pidgin.pc $fs/usr/lib/pkgconfig |
slaxemulator@12419 | 20 cp -a $install/usr/include/pidgin $fs/usr/include |
slaxemulator@12419 | 21 cp -a $install/usr/share/aclocal $fs/usr/share |
mallory@2106 | 22 } |