[arch-commits] Commit in fvwm-crystal/repos/extra-any (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Jul 31 15:54:43 UTC 2014


    Date: Thursday, July 31, 2014 @ 17:54:43
  Author: eric
Revision: 218460

archrelease: copy trunk to extra-any

Added:
  fvwm-crystal/repos/extra-any/PKGBUILD
    (from rev 218459, fvwm-crystal/trunk/PKGBUILD)

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

Copied: fvwm-crystal/repos/extra-any/PKGBUILD (from rev 218459, fvwm-crystal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-31 15:54:43 UTC (rev 218460)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fvwm-crystal
+pkgver=3.3.2
+pkgrel=2
+pkgdesc="Transparent Themes for fvwm"
+arch=('any')
+url="http://fvwm-crystal.sourceforge.net/"
+license=('GPL')
+depends=('fvwm' 'imagemagick' 'python2' 'feh' 'trayer' 'xdg-user-dirs')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c07dfdc2c74fca1c632751f2c36fc7b94f454fb0')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" prefix=/usr install
+}




More information about the arch-commits mailing list