wok-next view xorg-xset/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | 7b1d5dc42d52 |
children | 757d032c55c7 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xset"
4 VERSION="1.2.3"
5 CATEGORY="x-window"
6 SHORT_DESC="User preference utility for X"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
12 TARBALL="xset-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-libXmu-dev \
16 xorg-libXxf86misc-dev xorg-libXfontcache-dev"
18 compile_rules() {
19 touch /root/missing /missing
21 fix ld
22 ./configure \
23 --sysconfdir=/etc \
24 --localstatedir=/var \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install || return 1
30 cp -a $stuff/*.sh $install/usr/bin/
31 chown -R root:root $install
32 }
34 genpkg_rules() {
35 copy @std
36 DEPENDS="xorg-libX11 xorg-libXext xorg-libXfontcache xorg-libXmu \
37 xorg-libXxf86misc"
38 SUGGESTED="yad"
39 }