diff options
Diffstat (limited to 'community/gliv')
-rw-r--r-- | community/gliv/PKGBUILD | 32 | ||||
-rw-r--r-- | community/gliv/gliv.changelog | 5 |
2 files changed, 0 insertions, 37 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: diff --git a/community/gliv/gliv.changelog b/community/gliv/gliv.changelog deleted file mode 100644 index 9b37dd5a9..000000000 --- a/community/gliv/gliv.changelog +++ /dev/null @@ -1,5 +0,0 @@ -2010-12-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * gliv-1.9.7-1 - -2010-11-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * FS#21710 fixed in gliv-1.9.6-3 |