[arch-commits] Commit in ncdu/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 18:31:22 UTC 2015
Date: Sunday, September 6, 2015 @ 20:31:22
Author: foutrelis
Revision: 139310
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
ncdu/repos/community-staging-i686/
ncdu/repos/community-staging-i686/PKGBUILD
(from rev 139309, ncdu/trunk/PKGBUILD)
ncdu/repos/community-staging-x86_64/
ncdu/repos/community-staging-x86_64/PKGBUILD
(from rev 139309, ncdu/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: ncdu/repos/community-staging-i686/PKGBUILD (from rev 139309, ncdu/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 18:31:22 UTC (rev 139310)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: lp76 <l.peduto at gmail.com>
+# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ncdu
+pkgver=1.11
+pkgrel=2
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='http://dev.yorhel.nl/ncdu/'
+license=('custom:MIT')
+depends=('ncurses')
+arch=('i686' 'x86_64')
+source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('8f22d713e6d2b28e1f501eee2bd1e03b55550c8d')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Copied: ncdu/repos/community-staging-x86_64/PKGBUILD (from rev 139309, ncdu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 18:31:22 UTC (rev 139310)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: lp76 <l.peduto at gmail.com>
+# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ncdu
+pkgver=1.11
+pkgrel=2
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='http://dev.yorhel.nl/ncdu/'
+license=('custom:MIT')
+depends=('ncurses')
+arch=('i686' 'x86_64')
+source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('8f22d713e6d2b28e1f501eee2bd1e03b55550c8d')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list