wok-next annotate xorg-xcmiscproto/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents ea3c4b76ea5d
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@20 2
pankso@20 3 PACKAGE="xorg-xcmiscproto"
al@14604 4 VERSION="1.2.2"
pankso@211 5 CATEGORY="development"
al@14604 6 SHORT_DESC="XCMisc extension headers"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html"
al@19634 11
al@19634 12 TARBALL="xcmiscproto-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 14
gokhlayeh@7718 15 BUILD_DEPENDS="xorg-util-macros"
pankso@20 16
al@20443 17 compile_rules() {
al@19805 18 ./configure \
al@19805 19 --sysconfdir=/etc \
al@19805 20 --localstatedir=/var \
al@19805 21 $CONFIGURE_ARGS &&
al@19805 22 make &&
al@19805 23 make install
pankso@20 24 }
pankso@20 25
al@20443 26 genpkg_rules() {
al@19805 27 copy @dev
al@19805 28 DEPENDS="xorg-util-macros"
pankso@20 29 }