wok annotate xorg-xbitmaps/receipt @ rev 13700

tazbug-website: empty functions BREAK cook
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 14:43:36 2012 +0100 (2012-12-15)
parents be53d1fa675a
children eb8067417980
rev   line source
pankso@344 1 # SliTaz package receipt.
pankso@344 2
pankso@344 3 PACKAGE="xorg-xbitmaps"
slaxemulator@7764 4 VERSION="1.1.1"
pankso@344 5 CATEGORY="development"
pankso@344 6 SHORT_DESC="Devel files for X (bitmaps)."
pankso@344 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@8029 8 DEPENDS="xorg-util-macros"
slaxemulator@8029 9 BUILD_DEPENDS="xorg-util-macros"
pankso@344 10 SOURCE="xbitmaps"
pankso@344 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@344 12 WEB_SITE="http://www.x.org/"
pankso@344 13 WGET_URL="$XORG_MIRROR/data/$TARBALL"
pankso@344 14
pankso@344 15 # Rules to configure and make the package.
pankso@344 16 compile_rules()
pankso@344 17 {
pankso@344 18 cd $src
pankso@344 19 ./configure \
pankso@344 20 --prefix=/usr \
pankso@344 21 --mandir=/usr/share/man \
pankso@344 22 $CONFIGURE_ARGS
pankso@344 23 make
pankso@344 24 make DESTDIR=$PWD/_pkg install
pankso@344 25 }
pankso@344 26
pankso@344 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@344 28 genpkg_rules()
pankso@344 29 {
pankso@344 30 cp -a $_pkg/* $fs
pankso@344 31 }