wok view gputils/receipt @ rev 14953

Up: elementary (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:16:07 2013 +0200 (2013-08-08)
parents
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="gputils"
4 VERSION="0.14.3"
5 CATEGORY="development"
6 SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://gputils.sourceforge.net/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }