wok view xorg-xset/receipt @ rev 18354

jdk6-jaf jdk6-jaxp jdk6-jaxws: update wget_url
author Yuri Pourre <yuripourre@gmail.com>
date Sun Sep 13 12:53:35 2015 -0300 (2015-09-13)
parents d384830d7c42
children 11bd286c39d2
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xset"
4 VERSION="1.2.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg user preference utility."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="xset"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://xorg.freedesktop.org/"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 DEPENDS="xorg-libXmu"
15 BUILD_DEPENDS="xorg-libXmu-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 $CONFIGURE_ARGS && \
23 make && make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }