# HG changeset patch # User Paul Issott # Date 1233174811 0 # Node ID 09625a5c399419dcf3bdae4baeb9f4bfc47780d4 # Parent 1d608720cb521deff069e323290086bc60c3234d Add: xorg-xset diff -r 1d608720cb52 -r 09625a5c3994 xorg-xset/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xset/receipt Wed Jan 28 20:33:31 2009 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xset" +VERSION="1.0.4" +CATEGORY="x-window" +SHORT_DESC="Xorg user preference utility." +MAINTAINER="paul@slitaz.org" +DEPENDS="" +BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto" +SOURCE="xset" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/app/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +}