Date: Monday, January 30, 2012 @ 13:45:32
  Author: ibiru
Revision: 148093

db-move: moved feh from [staging] to [testing] (x86_64)

Added:
  feh/repos/testing-x86_64/
  feh/repos/testing-x86_64/PKGBUILD
    (from rev 148047, feh/repos/staging-x86_64/PKGBUILD)
Deleted:
  feh/repos/staging-x86_64/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 148047, 
feh/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-01-30 18:45:32 UTC (rev 148093)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: dorphell <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=feh
+pkgver=2.2
+pkgrel=2
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=("${url}${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make PREFIX=/usr
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make PREFIX=/usr DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to