wok-4.x annotate libxdg-basedir-dev/receipt @ rev 8317
Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 01 03:25:21 2011 +0000 (2011-02-01) |
parents | 11967c57a537 |
children |
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" |
mallory@3305 | 8 WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" |
mallory@3305 | 9 WANTED="libxdg-basedir" |
mallory@3305 | 10 |
mallory@3305 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@3305 | 12 genpkg_rules() |
mallory@3305 | 13 { |
mallory@3305 | 14 mkdir -p $fs/usr/lib |
mallory@3305 | 15 cp -a $_pkg/usr/include $fs/usr |
mallory@3305 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
mallory@3305 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
mallory@3305 | 18 } |
mallory@3305 | 19 |