wok view xorg-xbitmaps/receipt @ rev 8990

Up: seamonkey to 2.0.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 04:51:31 2011 +0000 (2011-03-03)
parents be53d1fa675a
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xbitmaps"
4 VERSION="1.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for X (bitmaps)."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-util-macros"
9 BUILD_DEPENDS="xorg-util-macros"
10 SOURCE="xbitmaps"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.x.org/"
13 WGET_URL="$XORG_MIRROR/data/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS
23 make
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $_pkg/* $fs
31 }