# HG changeset patch # User Christophe Lincoln # Date 1204746052 -3600 # Node ID eb5904f59a38efee774ad5ab6b5538cb4f31c327 # Parent 8c6c253c8c4df330c2eda8359c575ccf30184e28 Add xorg-xbitmaps (build dep or xsetroot diff -r 8c6c253c8c4d -r eb5904f59a38 xorg-xbitmaps/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xbitmaps/receipt Wed Mar 05 20:40:52 2008 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xbitmaps" +VERSION="1.0.1" +CATEGORY="development" +SHORT_DESC="Devel files for X (bitmaps)." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="xbitmaps" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/data/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +}