wok-6.x annotate libirman-dev/receipt @ rev 7340
Add which.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 20 02:04:53 2010 +0000 (2010-11-20) |
parents | |
children | 4904e3d374a9 |
rev | line source |
---|---|
rcx@3719 | 1 # SliTaz package receipt. |
rcx@3719 | 2 |
rcx@3719 | 3 PACKAGE="libirman-dev" |
rcx@3719 | 4 VERSION="0.4.5" |
rcx@3719 | 5 CATEGORY="development" |
rcx@3719 | 6 SHORT_DESC="libirman devel files." |
rcx@3719 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3719 | 8 DEPENDS="" |
rcx@3719 | 9 WEB_SITE="http://www.lirc.org/html/install.html" |
rcx@3719 | 10 WANTED="libirman" |
rcx@3719 | 11 |
rcx@3719 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3719 | 13 genpkg_rules() |
rcx@3719 | 14 { |
rcx@3719 | 15 mkdir -p $fs/usr/lib |
rcx@3719 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3719 | 17 cp -a $_pkg/usr/include $fs/usr |
rcx@3719 | 18 } |