wok annotate lesstif-dev/receipt @ rev 4953

UP ntfs-3g and ntfs-3g-dev
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 17 09:45:16 2010 +0000 (2010-02-17)
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 }