[arch-commits] Commit in menumaker/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Sun Jul 6 12:40:32 UTC 2014
Date: Sunday, July 6, 2014 @ 14:40:32
Author: fyan
Revision: 115193
archrelease: copy trunk to community-any
Added:
menumaker/repos/community-any/PKGBUILD
(from rev 115192, menumaker/trunk/PKGBUILD)
Deleted:
menumaker/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-06 12:40:15 UTC (rev 115192)
+++ PKGBUILD 2014-07-06 12:40:32 UTC (rev 115193)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-# Contributor: Lukasz Fidosz <virhilo at gmail.com>
-
-pkgname=menumaker
-pkgver=0.99.7
-pkgrel=8
-pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, OpenBox, WindowMaker and XFCE"
-arch=('any')
-url="http://menumaker.sourceforge.net/"
-license=('BSD')
-depends=('python2')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --with-python=/usr/bin/python2
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
- rm -rf ${pkgdir}/usr/share/info
-}
Copied: menumaker/repos/community-any/PKGBUILD (from rev 115192, menumaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-06 12:40:32 UTC (rev 115193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+# Contributor: Lukasz Fidosz <virhilo at gmail.com>
+
+pkgname=menumaker
+pkgver=0.99.7
+pkgrel=9
+pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, OpenBox, WindowMaker and XFCE"
+arch=('any')
+url="http://menumaker.sourceforge.net/"
+license=('BSD')
+depends=('python2')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info \
+ --with-python=/usr/bin/python2
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+ install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
+ rm -rf ${pkgdir}/usr/share/info
+}
More information about the arch-commits
mailing list