wok annotate attr-dev/receipt @ rev 9470

Remove some uneeded strips (thoses ones are handled by Tazwok)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Apr 04 01:29:52 2011 +0200 (2011-04-04)
parents 4cefe4c450a8
children 7817ac3c0699
rev   line source
rcx@3647 1 # SliTaz package receipt.
rcx@3647 2
rcx@3647 3 PACKAGE="attr-dev"
rcx@6060 4 VERSION="2.4.44"
rcx@3647 5 CATEGORY="development"
rcx@3647 6 SHORT_DESC="Development files for attr."
rcx@3647 7 MAINTAINER="rcx@zoominternet.net"
slaxemulator@6964 8 DEPENDS="attr"
rcx@3647 9 WEB_SITE="http://savannah.nongnu.org/projects/attr/"
rcx@3647 10 WANTED="attr"
rcx@3647 11
rcx@3647 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3647 13 genpkg_rules()
rcx@3647 14 {
gokhlayeh@8050 15 mkdir -p $fs/usr/lib $fs/lib
rcx@3647 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
gokhlayeh@8050 17 cp -a $_pkg/lib/*.*a $fs/lib
rcx@3647 18 cp -a $_pkg/usr/include $fs/usr
rcx@3647 19 }