diff options
author | root <root@rshg054.dnsready.net> | 2013-05-07 00:36:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-07 00:36:35 -0700 |
commit | da0a0d88caa1bf934ebf314ef86e15928dbb027b (patch) | |
tree | b7c57ac9667de10c72390e0d81654fffbe47c42d /community/xloadimage | |
parent | ffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff) |
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'community/xloadimage')
-rw-r--r-- | community/xloadimage/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/xloadimage/PKGBUILD b/community/xloadimage/PKGBUILD index 077f71eff..3a4fa3b8f 100644 --- a/community/xloadimage/PKGBUILD +++ b/community/xloadimage/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 63786 2012-02-05 12:15:07Z ibiru $ +# $Id: PKGBUILD 90113 2013-05-06 19:40:18Z foutrelis $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Eric Belanger <belanger@astro.umontreal.ca> # Contributor: Link Dupont <link@subpop.net> pkgname=xloadimage pkgver=4.1 -pkgrel=12 +pkgrel=13 pkgdesc="An utility to view many different types of images under X11" arch=(i686 x86_64) #url="http://world.std.com/~jimf/xloadimage.html" @@ -29,6 +29,10 @@ build() { patch -p1 <$srcdir/png15-tiff4.patch xmkmf make +} + +package() { + cd $srcdir/$pkgname.$pkgver install -D -m755 xloadimage $pkgdir/usr/bin/xloadimage install -D -m755 uufilter $pkgdir/usr/bin/uufilter |