wok annotate pidgin-dev/receipt @ rev 25672
Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 26 14:07:44 2024 +0000 (16 months ago) |
parents | dcb071a5e9e6 |
children |
rev | line source |
---|---|
mallory@2106 | 1 # SliTaz package receipt. |
mallory@2106 | 2 |
mallory@2106 | 3 PACKAGE="pidgin-dev" |
pascal@25672 | 4 VERSION="2.14.13" |
mallory@2106 | 5 CATEGORY="development" |
Hans-G?nter@24273 | 6 SHORT_DESC="Pidgin development files." |
pascal@14277 | 7 MAINTAINER="mallory@sweetpeople.org" |
pascal@15001 | 8 LICENSE="GPL2" |
Hans-G?nter@24273 | 9 |
pascal@22423 | 10 WEB_SITE="https://www.pidgin.im/" |
mallory@2106 | 11 |
pascal@25267 | 12 DEPENDS="pidgin" |
Hans-G?nter@24273 | 13 WANTED="pidgin" |
pascal@15599 | 14 |
mallory@2106 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@2106 | 16 genpkg_rules() |
mallory@2106 | 17 { |
Hans-G?nter@24273 | 18 mkdir -p $fs/usr/lib/pkgconfig |
Hans-G?nter@24273 | 19 mkdir -p $fs/usr/lib/pidgin |
Hans-G?nter@24273 | 20 mkdir -p $fs/usr/include/pidgin |
Hans-G?nter@24273 | 21 mkdir -p $fs/usr/share |
Hans-G?nter@24273 | 22 |
Hans-G?nter@24273 | 23 cp -a $install/usr/lib/pidgin/*.*a $fs/usr/lib/pidgin |
Hans-G?nter@24273 | 24 cp -a $install/usr/lib/pkgconfig/pidgin.pc $fs/usr/lib/pkgconfig |
Hans-G?nter@24273 | 25 cp -a $install/usr/include/pidgin $fs/usr/include |
Hans-G?nter@24273 | 26 cp -a $install/usr/share/aclocal $fs/usr/share |
mallory@2106 | 27 } |