wok-next view make/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents 9a17d981d0f7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="make"
4 VERSION="4.2.1"
5 CATEGORY="development"
6 SHORT_DESC="GNU Make to generate executables and other files from source"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/make/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/make.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="LFS"
24 }