wok-stable annotate lesstif-dev/receipt @ rev 4178
xfce4, fix DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Sep 22 20:26:37 2009 +0000 (2009-09-22) |
parents | |
children | 22898bc22292 |
rev | line source |
---|---|
rcx@3263 | 1 # SliTaz package receipt. |
rcx@3263 | 2 |
rcx@3263 | 3 PACKAGE="lesstif-dev" |
rcx@3263 | 4 VERSION="0.95.2" |
rcx@3263 | 5 CATEGORY="development" |
rcx@3263 | 6 SHORT_DESC="lesstif devel files." |
rcx@3263 | 7 WEB_SITE="http://sourceforge.net/projects/lesstif/" |
rcx@3263 | 8 MAINTAINER="rcx@zoominternet.net" |
rcx@3263 | 9 WANTED="lesstif" |
rcx@3263 | 10 |
rcx@3263 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3263 | 12 genpkg_rules() |
rcx@3263 | 13 { |
rcx@3263 | 14 mkdir -p $fs/usr/lib |
rcx@3263 | 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3263 | 16 cp -a $_pkg/usr/include $fs/usr |
rcx@3263 | 17 } |