wok-6.x annotate libisofs-dev/receipt @ rev 8604
Removed setting _pkg varible in xorg-libXi-dev receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 14 04:24:18 2011 +0000 (2011-02-14) |
parents | 476a6de45995 |
children | 528230ddeb6e |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
slaxemulator@7598 | 4 VERSION="0.6.40" |
devl547@5625 | 5 CATEGORY="development" |
devl547@5625 | 6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs." |
devl547@5625 | 7 MAINTAINER="devl547@gmail.com" |
slaxemulator@7598 | 8 DEPENDS="libisofs" |
devl547@5625 | 9 WEB_SITE="http://libburnia-project.org/" |
devl547@5625 | 10 WANTED="libisofs" |
devl547@5625 | 11 |
devl547@5625 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 13 genpkg_rules() |
devl547@5625 | 14 { |
devl547@5625 | 15 mkdir -p $fs/usr/lib |
devl547@5625 | 16 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
devl547@5625 | 17 cp -a $_pkg/usr/include $fs/usr |
devl547@5625 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
devl547@5625 | 19 } |
devl547@5625 | 20 |