wok-current annotate libxdg-basedir-dev/receipt @ rev 15496
Up: firefox-langpack-pt_BR (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 17 16:30:01 2013 +0100 (2013-11-17) |
parents | f77edeb20f12 |
children | 8ed62ecac0c7 |
rev | line source |
---|---|
mallory@3305 | 1 # SliTaz package receipt. |
mallory@3305 | 2 |
mallory@3305 | 3 PACKAGE="libxdg-basedir-dev" |
slaxemulator@6284 | 4 VERSION="1.1.0" |
mallory@3305 | 5 CATEGORY="development" |
mallory@3305 | 6 SHORT_DESC="libxdg-basedir development files" |
mallory@3305 | 7 MAINTAINER="mallory@sweetpeople.org" |
pascal@15482 | 8 LICENSE="MIT" |
mallory@3305 | 9 WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" |
mallory@3305 | 10 WANTED="libxdg-basedir" |
mallory@3305 | 11 |
mallory@3305 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@3305 | 13 genpkg_rules() |
mallory@3305 | 14 { |
mallory@3305 | 15 mkdir -p $fs/usr/lib |
pascal@15482 | 16 cp -a $install/usr/include $fs/usr |
pascal@15482 | 17 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15482 | 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
mallory@3305 | 19 } |
mallory@3305 | 20 |