wok-6.x annotate xorg-xkill/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 |
---|---|
mallory@1266 | 1 # SliTaz package receipt. |
mallory@1266 | 2 |
mallory@1266 | 3 PACKAGE="xorg-xkill" |
mallory@1266 | 4 SOURCE="xkill" |
slaxemulator@7255 | 5 VERSION="1.0.3" |
mallory@1266 | 6 CATEGORY="x-window" |
mallory@1266 | 7 SHORT_DESC="X application killer" |
mallory@1266 | 8 MAINTAINER="mallory@sweetpeople.org" |
slaxemulator@8029 | 9 DEPENDS="xorg-libXmu" |
slaxemulator@8029 | 10 BUILD_DEPENDS="xorg-libXmu-dev" |
gokhlayeh@6993 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@2086 | 12 WEB_SITE="http://www.x.org/" |
mallory@1266 | 13 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" |
mallory@1266 | 14 |
mallory@1266 | 15 # Rules to configure and make the package. |
mallory@1266 | 16 compile_rules() |
mallory@1266 | 17 { |
mallory@1266 | 18 cd $src |
mallory@1266 | 19 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@2086 | 20 --mandir=/usr/share/man $CONFIGURE_ARGS && |
pascal@2086 | 21 make && |
mallory@1266 | 22 make DESTDIR=$PWD/_pkg install |
mallory@1266 | 23 } |
mallory@1266 | 24 |
mallory@1266 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@1266 | 26 genpkg_rules() |
mallory@1266 | 27 { |
mallory@1266 | 28 mkdir -p $fs/usr |
mallory@1266 | 29 cp -a $_pkg/usr/bin $fs/usr |
mallory@1266 | 30 } |
mallory@1266 | 31 |