wok annotate gputils/receipt @ rev 13729

Add gputils
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 22 16:41:33 2012 +0100 (2012-12-22)
parents
children 7896f0694ef6
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@13729 8 WEB_SITE="http://gputils.sourceforge.net/"
pascal@13729 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13729 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13729 11
pascal@13729 12 DEPENDS=""
pascal@13729 13 BUILD_DEPENDS=""
pascal@13729 14
pascal@13729 15 # Rules to configure and make the package.
pascal@13729 16 compile_rules()
pascal@13729 17 {
pascal@13729 18 cd $src
pascal@13729 19 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
pascal@13729 20 make && make DESTDIR=$DESTDIR install
pascal@13729 21 }
pascal@13729 22
pascal@13729 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13729 24 genpkg_rules()
pascal@13729 25 {
pascal@13729 26 cp -a $install/* $fs
pascal@13729 27 }