wok-next view imake/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="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/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
13 TARBALL_SHA1="52e236776133f217d438622034b8603d201a6ec5"
15 BUILD_DEPENDS="util-macros perl xorgproto"
16 DEPENDS="xorg-cf-files"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 TAGS="Xorg"
26 PROVIDE="xorg-imake"