wok-current annotate wvstreams-dev/receipt @ rev 6656
avidemux: fix ln hack
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon Oct 11 15:50:01 2010 +0200 (2010-10-11) |
| parents | |
| children | 2a21689b0af7 |
| rev | line source |
|---|---|
| jozee@5089 | 1 # SliTaz package receipt. |
| jozee@5089 | 2 |
| jozee@5089 | 3 PACKAGE="wvstreams-dev" |
| jozee@5089 | 4 VERSION="4.6.1" |
| jozee@5089 | 5 CATEGORY="development" |
| jozee@5089 | 6 SHORT_DESC="wvstreams devel files." |
| jozee@5089 | 7 MAINTAINER="jozee@slitaz.org" |
| jozee@5089 | 8 WANTED="wvstreams" |
| jozee@5089 | 9 WEB_SITE="http://wvstreams.googlecode.com" |
| jozee@5089 | 10 |
| jozee@5089 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
| jozee@5089 | 12 genpkg_rules() |
| jozee@5089 | 13 { |
| jozee@5089 | 14 mkdir -p $fs/usr/lib |
| jozee@5089 | 15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
| jozee@5089 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
| jozee@5089 | 17 cp -a $_pkg/usr/include/ $fs/usr |
| jozee@5089 | 18 } |