wok annotate xorg-xmodmap/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | c514cc4854d8 |
children | 814c58f64f83 |
rev | line source |
---|---|
pankso@508 | 1 # SliTaz package receipt. |
pankso@508 | 2 |
pankso@508 | 3 PACKAGE="xorg-xmodmap" |
gokhlayeh@6993 | 4 VERSION="1.0.5" |
pankso@508 | 5 CATEGORY="x-window" |
pankso@508 | 6 SHORT_DESC="X keyboard and mouse configuration utility." |
pankso@508 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pankso@508 | 9 SOURCE="xmodmap" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@508 | 11 WEB_SITE="http://www.x.org/" |
pankso@977 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@508 | 13 |
pascal@15579 | 14 DEPENDS="xorg-libX11" |
pascal@15579 | 15 BUILD_DEPENDS="xorg-libX11-dev" |
pascal@15579 | 16 |
pankso@508 | 17 # Rules to configure and make the package. |
pankso@508 | 18 compile_rules() |
pankso@508 | 19 { |
pankso@508 | 20 cd $src |
pankso@508 | 21 ./configure \ |
pankso@508 | 22 --prefix=/usr \ |
pankso@508 | 23 --sysconfdir=/etc \ |
pankso@508 | 24 --mandir=/usr/share/man \ |
pankso@508 | 25 --localstatedir=/var \ |
pankso@508 | 26 $CONFIGURE_ARGS |
pankso@508 | 27 make |
pascal@15579 | 28 make DESTDIR=$DESTDIR install |
pankso@508 | 29 } |
pankso@508 | 30 |
pankso@508 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@508 | 32 genpkg_rules() |
pankso@508 | 33 { |
pankso@508 | 34 mkdir -p $fs/usr |
pascal@15579 | 35 cp -a $install/usr/bin $fs/usr |
pankso@508 | 36 } |