wok-next view lesstif/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lesstif"
4 VERSION="0.95.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Clone of Motif, a set of GUI widgets"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/lesstif/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="xorgproto libxt-dev libxext-dev \
15 util-linux-uuid-dev automake"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make -j1 DESTDIR=$install install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 lesstif)
28 copy @std
29 DEPENDS="glibc-base libice libsm libx11 libxau \
30 libxdmcp libxext libxt util-linux-uuid freetype \
31 libxp"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }