[arch-commits] Commit in lxmenu-data/repos (community-any community-any/PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Feb 20 14:19:57 UTC 2016


    Date: Saturday, February 20, 2016 @ 15:19:57
  Author: bgyorgy
Revision: 162746

archrelease: copy trunk to community-any

Added:
  lxmenu-data/repos/community-any/
  lxmenu-data/repos/community-any/PKGBUILD
    (from rev 162745, lxmenu-data/trunk/PKGBUILD)

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

Copied: lxmenu-data/repos/community-any/PKGBUILD (from rev 162745, lxmenu-data/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-02-20 14:19:57 UTC (rev 162746)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxmenu-data
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="Freedesktop.org desktop menus for LXDE"
+arch=('any')
+license=('GPL2')
+url="http://lxde.org/"
+source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz")
+makedepends=('intltool')
+sha256sums=('8802fbc88e4cac80dbf0a2926deb30eeb127c54b93254d7bda591cbe174bfb1c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list