wok annotate newt-dev/receipt @ rev 17582
Add: libwebp 0.4.2
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 08 19:23:08 2015 +0000 (2015-02-08) |
parents | aa91b84f09b3 |
children | 34cfd30896f4 |
rev | line source |
---|---|
erjo@581 | 1 # SliTaz package receipt. |
erjo@581 | 2 |
erjo@581 | 3 PACKAGE="newt-dev" |
slaxemulator@8642 | 4 VERSION="0.52.12" |
erjo@586 | 5 CATEGORY="development" |
erjo@586 | 6 SHORT_DESC="Not Erik's Windowing Toolkit dev files" |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15584 | 8 LICENSE="GPL2" |
erjo@581 | 9 WANTED="newt" |
slaxemulator@8642 | 10 WEB_SITE="https://fedorahosted.org/newt/" |
erjo@581 | 11 |
pascal@15584 | 12 DEPENDS="newt" |
pascal@15584 | 13 |
erjo@581 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@581 | 15 genpkg_rules() |
erjo@581 | 16 { |
erjo@581 | 17 mkdir -p $fs/usr/lib |
pascal@15584 | 18 cp -a $install/usr/include $fs/usr |
pascal@15584 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
erjo@581 | 20 } |