wok-next view lesstif/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 4396aed7eb01
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lesstif"
4 VERSION="0.95.2"
5 CATEGORY="x-window"
6 SHORT_DESC="An LGPL clone of Motif, which is a set of GUI widgets"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://sourceforge.net/projects/lesstif/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="xorg-xextproto xorg-libXt-dev xorg-libXext-dev \
15 util-linux-uuid-dev automake"
16 SPLIT="lesstif-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make -j 1 DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 lesstif)
28 copy @std
29 DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
30 xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype \
31 xorg-libXp"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }