wok-6.x annotate xorg-xset/receipt @ rev 13025
clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 11 17:36:31 2012 +0200 (2012-06-11) |
parents | c514cc4854d8 |
children | eb8067417980 |
rev | line source |
---|---|
paul@2102 | 1 # SliTaz package receipt. |
paul@2102 | 2 |
paul@2102 | 3 PACKAGE="xorg-xset" |
slaxemulator@11132 | 4 VERSION="1.2.2" |
paul@2102 | 5 CATEGORY="x-window" |
paul@2102 | 6 SHORT_DESC="Xorg user preference utility." |
paul@2102 | 7 MAINTAINER="paul@slitaz.org" |
slaxemulator@8029 | 8 DEPENDS="xorg-libXmu" |
slaxemulator@8029 | 9 BUILD_DEPENDS="xorg-libXmu-dev" |
paul@2102 | 10 SOURCE="xset" |
gokhlayeh@6993 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@2102 | 12 WEB_SITE="http://xorg.freedesktop.org/" |
gokhlayeh@6993 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
paul@2102 | 14 |
paul@2102 | 15 # Rules to configure and make the package. |
paul@2102 | 16 compile_rules() |
paul@2102 | 17 { |
paul@2102 | 18 cd $src |
slaxemulator@11132 | 19 ./configure \ |
slaxemulator@11132 | 20 $CONFIGURE_ARGS && \ |
slaxemulator@11132 | 21 make && make DESTDIR=$DESTDIR install |
paul@2102 | 22 } |
paul@2102 | 23 |
paul@2102 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2102 | 25 genpkg_rules() |
paul@2102 | 26 { |
paul@2102 | 27 mkdir -p $fs/usr |
paul@2102 | 28 cp -a $_pkg/usr/bin $fs/usr |
paul@2102 | 29 } |