wok-6.x annotate fox-dev/receipt @ rev 6574
Up: sqlite, sqlite-dev, lemon to 3.7.3. Made so lemon compiles itself when genpkg only so the patch in compile_rules gets though. Otherwize it will be from sqlite directly without patch and bigger by 8kb or corrupted package with nothing in it since sqlite- will not exist in /lemon.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 08 16:36:42 2010 +0000 (2010-10-08) |
parents | |
children | d7e2c4e777b3 |
rev | line source |
---|---|
pankso@2779 | 1 # SliTaz package receipt. |
pankso@2779 | 2 |
pankso@2779 | 3 PACKAGE="fox-dev" |
pankso@2779 | 4 VERSION="1.6.36" |
pankso@2779 | 5 CATEGORY="x-window" |
pankso@2779 | 6 SHORT_DESC="Fox Toolkit devel files." |
pankso@2779 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@2779 | 8 WANTED="fox" |
pankso@2779 | 9 WEB_SITE="http://www.fox-toolkit.org/" |
pankso@2779 | 10 |
pankso@2779 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2779 | 12 genpkg_rules() |
pankso@2779 | 13 { |
pankso@2779 | 14 mkdir -p $fs/usr/lib $fs/usr/bin |
pankso@2779 | 15 cp -a $_pkg/usr/include $fs/usr |
pankso@2779 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@2779 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@2779 | 18 cp -a $_pkg/usr/bin/fox-config $fs/usr/bin |
pankso@2779 | 19 cp -a $_pkg/usr/bin/reswrap $fs/usr/bin |
pankso@2779 | 20 chmod +x $fs/usr/bin/* |
pankso@2779 | 21 } |