wok-next view xorg-imake/receipt @ rev 19719

Up xorg-makedepend (1.0.5), xorg-gccmakedep (1.0.3), xorg-imake (1.0.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 24 11:59:19 2017 +0200 (2017-05-24)
parents eb8067417980
children ea3c4b76ea5d
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-imake"
4 VERSION="1.0.7"
5 CATEGORY="x-window"
6 SHORT_DESC="X imake utility."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="imake"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.x.org/"
12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
14 DEPENDS="xorg-cf-files"
15 BUILD_DEPENDS="xorg-gccmakedep xorg-makedepend pkg-config xorg-xproto perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr --mandir=/usr/share/man \
21 $CONFIGURE_ARGS
22 make
23 make DESTDIR=$DESTDIR install
24 chmod +x $DESTDIR/usr/bin/*
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }