wok-current annotate pidgin-dev/receipt @ rev 25397
updated viewnior (1.7 -> 1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 10:30:16 2022 +0100 (2022-08-02) |
parents | f9da3eefbc96 |
children |
rev | line source |
---|---|
mallory@2106 | 1 # SliTaz package receipt. |
mallory@2106 | 2 |
mallory@2106 | 3 PACKAGE="pidgin-dev" |
Hans-G?nter@24273 | 4 VERSION="2.14.8" |
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 } |