diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gliv/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gliv/PKGBUILD')
-rw-r--r-- | community/gliv/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/gliv/PKGBUILD b/community/gliv/PKGBUILD deleted file mode 100644 index 97e8129db..000000000 --- a/community/gliv/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 90233 2013-05-09 17:39:45Z arodseth $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> -# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com> -# Contributor: Alexander Rødseth <rodseth@gmail.com> - -pkgname=gliv -pkgver=1.9.7 -pkgrel=3 -pkgdesc='OpenGL image viewer' -arch=('x86_64' 'i686') -url='http://guichaz.free.fr/gliv/' -license=('GPL') -depends=('gtkglext') -changelog="$pkgname.changelog" -source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2") -sha256sums=('5be6d071927dcb371676a9e4e9e4c54e8b2f4842f04dd63727b9a5032ddbcb69') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |