Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dfe116e08948e4092fac68e9b077c1aec9aaacee
commit dfe116e08948e4092fac68e9b077c1aec9aaacee Author: exceed <[email protected]> Date: Sun Nov 29 15:40:19 2009 +0100 pk2cmd-1.20-1-i686 * New packge from Laszlo Papp diff --git a/source/devel-extra/pk2cmd/FrugalBuild b/source/devel-extra/pk2cmd/FrugalBuild new file mode 100644 index 0000000..1fed93a --- /dev/null +++ b/source/devel-extra/pk2cmd/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.02 SBU +# Maintainer: exceed <[email protected]> +# Contributor: Laszlo Papp <djszapi at archlinux.us> + +pkgname=pk2cmd +pkgver=1.20 +pkgrel=1 +pkgdesc="Official Microchip Pickit2 programmer software" +url="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023805" +depends=('libusb') +groups=('devel-extra') +archs=('i686' 'x86_64') +up2date="lynx --dump '${url}' \ + | grep LinuxMacSource | tail -1 | \ + sed 's/.*${pkgname}v//' | \ + sed 's/LinuxMacSource.*//'" + +source=("http://ww1.microchip.com/downloads/en/DeviceDoc/${pkgname}v${pkgver}LinuxMacSource.tar.gz") +sha1sums=('19e90a665caef6d993820ce6c7ace5416b656f47') + +build() +{ + Fcd ${pkgname}v${pkgver}LinuxMacSource + make linux || return 1 + Fexerel ${pkgname} usr/bin/$pkgname + Ffilerel PK2DeviceFile.dat usr/share/pk2/PK2DeviceFile.dat +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
