wok-current annotate gputils/receipt @ rev 19138
Add x265
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 16:28:27 2016 +0200 (2016-05-18) |
parents | 3d4df3952952 |
children | e5668416e611 |
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 } |