wok view xorg-xkill/receipt @ rev 10220

Up: xorg-libSM to 1.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 23:58:57 2011 +0000 (2011-05-20)
parents c514cc4854d8
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xkill"
4 SOURCE="xkill"
5 VERSION="1.0.3"
6 CATEGORY="x-window"
7 SHORT_DESC="X application killer"
8 MAINTAINER="mallory@sweetpeople.org"
9 DEPENDS="xorg-libXmu"
10 BUILD_DEPENDS="xorg-libXmu-dev"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.x.org/"
13 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }