wok annotate xorg-xcursorgen/receipt @ rev 12590

gnome-menus: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 22:08:07 2012 +0200 (2012-04-28)
parents 07ae722ec64e
children eb8067417980
rev   line source
pankso@262 1 # SliTaz package receipt.
pankso@262 2
pankso@262 3 PACKAGE="xorg-xcursorgen"
gokhlayeh@6993 4 VERSION="1.0.4"
pankso@262 5 CATEGORY="x-window"
pankso@262 6 SHORT_DESC="X cursor generator."
pankso@262 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@8029 8 DEPENDS="xorg-libX11 xorg-libXcursor libpng"
slaxemulator@8029 9 BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev"
pankso@262 10 SOURCE="xcursorgen"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@262 12 WEB_SITE="http://www.x.org/"
pankso@262 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@262 14
pankso@262 15 # Rules to configure and make the package.
pankso@262 16 compile_rules()
pankso@262 17 {
pankso@262 18 cd $src
pankso@262 19 ./configure \
pankso@262 20 --prefix=/usr \
pankso@262 21 --mandir=/usr/share/man \
pascal@2416 22 $CONFIGURE_ARGS &&
pascal@2416 23 make &&
pankso@262 24 make DESTDIR=$PWD/_pkg install
pankso@262 25 }
pankso@262 26
pankso@262 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@262 28 genpkg_rules()
pankso@262 29 {
pankso@262 30 mkdir -p $fs/usr
pankso@262 31 cp -a $_pkg/usr/bin $fs/usr
pankso@262 32 }