wok-next diff util-macros/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-macros/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="util-macros"
     1.7 +VERSION="1.19.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Autoconf macros used in X modular configure.ac files"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/util-macros.html"
    1.14 +HOST_ARCH="any"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.18 +TARBALL_SHA1="e8b3a6f2bfde22440fca0974da53da18821a4ee6"
    1.19 +
    1.20 +COPY="@dev"
    1.21 +DEPENDS="m4"
    1.22 +
    1.23 +compile_rules() {
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make install
    1.27 +}
    1.28 +
    1.29 +TAGS="Xorg"
    1.30 +
    1.31 +PROVIDE="xorg-util-macros"