wok-next view xorg-libICE/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
parents 7b1d5dc42d52
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libICE"
4 VERSION="1.0.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Inter-Client Exchange library"
7 MAINTAINER="pankso@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="libICE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 BUILD_DEPENDS="xorg-xproto xorg-xtrans"
16 SPLIT="xorg-libICE-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
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 *-libICE)
34 copy @std
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="xorg-libICE xorg-xproto"
39 ;;
40 esac
41 }