wok-stable annotate attica-dev/receipt @ rev 7970

krb5 now use files.list from stuff and don't cook wanted 2 times
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:52:31 2011 +0100 (2011-01-17)
parents 133b33700785
children
rev   line source
pankso@5671 1 # SliTaz package receipt.
pankso@5671 2
pankso@5671 3 PACKAGE="attica-dev"
slaxemulator@7227 4 VERSION="0.2.0"
pankso@5671 5 CATEGORY="development"
pankso@5671 6 SHORT_DESC="Attica devel file."
pankso@5671 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@7227 8 DEPENDS="attica"
pankso@5671 9 WANTED="attica"
pankso@5671 10 WEB_SITE="http://www.kde.org/"
pankso@5671 11
pankso@5671 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@5671 13 genpkg_rules()
pankso@5671 14 {
pankso@5671 15 mkdir -p $fs/usr/lib
pankso@5671 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pankso@5671 17 cp -a $_pkg/usr/include $fs/usr
pankso@5671 18 }