summaryrefslogtreecommitdiff
path: root/pcr/xcftools/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-11 21:35:08 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-11 21:35:08 -0300
commit345b8c4070212e489cfc754155bc8dfea4db17b3 (patch)
treead081c796dc4926227ce9b536266fe7c354b9d54 /pcr/xcftools/PKGBUILD
parent5b032464a13505085ad85bcc646b5181c11c6bf1 (diff)
downloadabslibre-345b8c4070212e489cfc754155bc8dfea4db17b3.tar.gz
abslibre-345b8c4070212e489cfc754155bc8dfea4db17b3.tar.bz2
abslibre-345b8c4070212e489cfc754155bc8dfea4db17b3.zip
mv aqsis,blender-addon-ogre,cambozola,cinepaint-lts,collada-dom,gimp-art,gimp-pcr,mednafen-server,mitsuba,nexuiz,nexuiz-data,noip,openssh-knock,python-pygame-hg,supermodel,systemd-knock,tupi,xcftools,yafaray,zoneminder to ssh://git@projects.parabola.nu/~git/pcr.git
Diffstat (limited to 'pcr/xcftools/PKGBUILD')
-rw-r--r--pcr/xcftools/PKGBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/pcr/xcftools/PKGBUILD b/pcr/xcftools/PKGBUILD
deleted file mode 100644
index 432cc8b93..000000000
--- a/pcr/xcftools/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Maintainer (Arch): Jonathan Frawley <jonathanfrawley@gmail.com>
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-pkgname=xcftools
-pkgver=1.0.7
-pkgrel=2
-pkgdesc="Miscellaneous command line tools for use with the open ${pkgname::3} format used by The GIMP."
-url=http://henning.makholm.net/software
-arch=(
- i686
- x86_64
- mips64el
-)
-license=(
- GPL2
- perl
-)
-depends=(
- libpng
- perl
-)
-optdepends=gimp
-makedepends=libpng
-source=(
- http://henning.makholm.net/$pkgname/$pkgname-$pkgver.tar.gz
- $pkgname.patch
-)
-md5sums=(
- fd960b6470fb23520fc4b1ade6cf6e25
- 7439f6a8369a12913243ded6c93d31e1
-)
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- patch -i ../$pkgname.patch
- /bin/bash configure --prefix=/usr
- setarch $CARCH make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- setarch $CARCH make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et: