wok-stable annotate xorg-xkbutils/receipt @ rev 7533
Added giblib to giblib-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Dec 06 23:01:04 2010 +0000 (2010-12-06) |
parents | 07ae722ec64e |
children | c514cc4854d8 |
rev | line source |
---|---|
pankso@3019 | 1 # SliTaz package receipt. |
pankso@3019 | 2 |
pankso@3019 | 3 PACKAGE="xorg-xkbutils" |
slaxemulator@7256 | 4 VERSION="1.0.3" |
pankso@3019 | 5 CATEGORY="x-window" |
pankso@3019 | 6 SHORT_DESC="Xorg keyboard utility." |
pankso@3019 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@5008 | 8 DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" |
pankso@3019 | 9 SOURCE="xkbutils" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@3019 | 11 WEB_SITE="http://www.x.org/" |
pankso@3019 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@3019 | 13 |
pankso@3019 | 14 # Rules to configure and make the package. |
pankso@3019 | 15 compile_rules() |
pankso@3019 | 16 { |
pankso@3019 | 17 cd $src |
pankso@3019 | 18 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@3019 | 19 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@3019 | 20 $CONFIGURE_ARGS && |
pankso@3019 | 21 make && |
pankso@3019 | 22 make DESTDIR=$PWD/_pkg install |
pankso@3019 | 23 } |
pankso@3019 | 24 |
pankso@3019 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3019 | 26 genpkg_rules() |
pankso@3019 | 27 { |
pankso@3019 | 28 mkdir -p $fs/usr |
pankso@3019 | 29 cp -a $_pkg/usr/bin $fs/usr |
pankso@3019 | 30 } |