wok view xorg-xset/receipt @ rev 5233

busybox: tipo in /etc/init.d/udhcpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 17:17:44 2010 +0200 (2010-04-08)
parents 170168df8ad1
children 07ae722ec64e
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xset"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg user preference utility."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXp"
9 BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto xorg-libXp-dev"
10 SOURCE="xset"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://xorg.freedesktop.org/"
13 WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/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 && make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }