wok annotate pidgin-dev/receipt @ rev 15001

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:48:05 2013 +0000 (2013-08-10)
parents 11579844d239
children 47e1df965953
rev   line source
mallory@2106 1 # SliTaz package receipt.
mallory@2106 2
mallory@2106 3 PACKAGE="pidgin-dev"
devl547@13735 4 VERSION="2.10.6"
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
mallory@2106 12 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@2106 13 genpkg_rules()
mallory@2106 14 {
slaxemulator@7556 15 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/pidgin $fs/usr/include/pidgin $fs/usr/share
slaxemulator@12419 16 cp -a $install/usr/lib/pidgin/*.la $fs/usr/lib/pidgin
slaxemulator@12419 17 cp -a $install/usr/lib/pkgconfig/pidgin.pc $fs/usr/lib/pkgconfig
slaxemulator@12419 18 cp -a $install/usr/include/pidgin $fs/usr/include
slaxemulator@12419 19 cp -a $install/usr/share/aclocal $fs/usr/share
mallory@2106 20 }