wok-next view xorg-libFS/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 0e7893ac206d
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libFS"
4 VERSION="1.0.7"
5 CATEGORY="x-window"
6 SHORT_DESC="X Font Service client library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html"
12 TARBALL="libFS-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
16 SPLIT="xorg-libFS-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 *-libFS)
27 copy @std
28 ;;
29 *-dev)
30 copy @dev
31 DEPENDS="xorg-libFS xorg-fontsproto xorg-xproto"
32 ;;
33 esac
34 }