summaryrefslogtreecommitdiff
path: root/pcr/gimp-plugin-saveforweb
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-16 00:13:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-16 00:13:30 -0500
commit2a3166b03e4441bb33db0772e44343ad696d8932 (patch)
tree3d21bbe4de60ec03b6cdbb08e1d744b046e4db44 /pcr/gimp-plugin-saveforweb
parentdf0acbb17a1a4d063af25dfbed593b3123b2f12c (diff)
gimp-plugin-saveforweb-0.29.3-2.1: rebuild
Diffstat (limited to 'pcr/gimp-plugin-saveforweb')
-rw-r--r--pcr/gimp-plugin-saveforweb/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/gimp-plugin-saveforweb/PKGBUILD b/pcr/gimp-plugin-saveforweb/PKGBUILD
new file mode 100644
index 000000000..70a2b47fc
--- /dev/null
+++ b/pcr/gimp-plugin-saveforweb/PKGBUILD
@@ -0,0 +1,26 @@
+# Contributor (Arch): Cesar Alcalde <lambda512_at_gmail.com>
+# Contributor (Arch): ValHue <vhuelamo_at_gmail_dot_com>
+# Maintainer : Omar Vega Ramos <ovruni@gnu.org.pe>
+
+pkgname=gimp-plugin-saveforweb
+pkgver=0.29.3
+pkgrel=2.1
+pkgdesc="Plugin to save optimized images for display on web pages"
+url="http://registry.gimp.org/node/33"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gimp>=2.3')
+makedepends=('perl-xml-parser' 'intltool' 'gettext')
+source=(http://registry.gimp.org/files/gimp-save-for-web-$pkgver.tar.bz2)
+md5sums=('9dae11ffa9f7b8e44a65df5b0e49a04c')
+
+build() {
+ cd "${srcdir}/gimp-save-for-web-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/gimp-save-for-web-$pkgver"
+ make DESTDIR=${pkgdir} install
+}