wok-next annotate xorg-makedepend/receipt @ rev 20649

grub2-efi: remove duplicate modules (thanks alanyih)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 04 10:48:37 2018 +0200 (2018-05-04)
parents ea3c4b76ea5d
children cd7906120828
rev   line source
al@19805 1 # SliTaz package receipt v2.
gokhlayeh@8080 2
gokhlayeh@8080 3 PACKAGE="xorg-makedepend"
pascal@19719 4 VERSION="1.0.5"
al@14604 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Create dependencies in makefiles"
gokhlayeh@8080 7 MAINTAINER="gokhlayeh@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10
al@19805 11 TARBALL="makedepend-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
al@14604 13
gokhlayeh@8080 14 BUILD_DEPENDS="xorg-xproto"
al@19805 15 PKG_RULE="std"
gokhlayeh@8080 16
al@20534 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@14604 19 make &&
al@14604 20 make install
gokhlayeh@8080 21 }
gokhlayeh@8080 22
al@20534 23 genpkg_rules() {
al@19805 24 copy @std
al@19805 25 DEPENDS="xorg-xproto"
gokhlayeh@8080 26 }