wok-next view xorg-libXmu/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libXmu"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="X miscellaneous utility routines"
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="libXmu-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 BUILD_DEPENDS="xorg-libXext-dev xorg-libXt-dev util-linux-uuid-dev"
16 SPLIT="xorg-libXmu-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-libXmu)
28 copy @std
29 DEPENDS="xorg-libX11 xorg-libXext xorg-libXt"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="xorg-libXmu \
34 xorg-libX11-dev xorg-libXext-dev xorg-libXt-dev xorg-xproto"
35 ;;
36 esac
37 }