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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f99935f1778a
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="imake"
12 TARBALL="imake-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/util/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros perl xorg-xorgproto"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="xorg-cf-files"
26 }