wok-next annotate gputils/receipt @ rev 19693
Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 21 14:48:05 2017 +0300 (2017-04-21) |
parents | 3d4df3952952 |
children | 757d032c55c7 |
rev | line source |
---|---|
pascal@13729 | 1 # SliTaz package receipt. |
pascal@13729 | 2 |
pascal@13729 | 3 PACKAGE="gputils" |
pascal@13729 | 4 VERSION="0.14.3" |
pascal@13729 | 5 CATEGORY="development" |
pascal@13729 | 6 SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers." |
pascal@13729 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@13729 | 9 WEB_SITE="http://gputils.sourceforge.net/" |
pascal@13729 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13729 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13729 | 12 |
pascal@13729 | 13 DEPENDS="" |
pascal@13729 | 14 BUILD_DEPENDS="" |
pascal@13729 | 15 |
pascal@13729 | 16 # Rules to configure and make the package. |
pascal@13729 | 17 compile_rules() |
pascal@13729 | 18 { |
pascal@13729 | 19 cd $src |
pascal@13729 | 20 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && |
pascal@13729 | 21 make && make DESTDIR=$DESTDIR install |
pascal@13729 | 22 } |
pascal@13729 | 23 |
pascal@13729 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13729 | 25 genpkg_rules() |
pascal@13729 | 26 { |
pascal@13729 | 27 cp -a $install/* $fs |
pascal@13729 | 28 } |