wok-next view xorg-presentproto/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents ea3c4b76ea5d
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-presentproto"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="Present extension headers"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html"
12 TARBALL="presentproto-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros"
17 compile_rules() {
18 ./configure \
19 --sysconfdir=/etc \
20 --localstatedir=/var \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @dev
28 DEPENDS="xorg-util-macros"
29 }