[arch-commits] Commit in (4 files)

Dieter Plaetinck dieter at archlinux.org
Thu Mar 25 12:26:52 UTC 2010


    Date: Thursday, March 25, 2010 @ 08:26:51
  Author: dieter
Revision: 73378

add package libui-sh, it's a dependency of AIF

Added:
  libui-sh/
  libui-sh/repos/
  libui-sh/trunk/
  libui-sh/trunk/PKGBUILD

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

Added: libui-sh/trunk/PKGBUILD
===================================================================
--- libui-sh/trunk/PKGBUILD	                        (rev 0)
+++ libui-sh/trunk/PKGBUILD	2010-03-25 12:26:51 UTC (rev 73378)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Dieter Plaetinck <dieter at plaetinck.be>
+
+pkgname=libui-sh
+pkgver=2010.03.25
+pkgrel=1
+pkgdesc="a shell library providing useful UI functions"
+arch=('any')
+url="http://github.com/Dieterbe/libui-sh/"
+license=('GPL3')
+depends=('bash')
+optdepends=('dialog: for ncurses support')
+source=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
+md5sums=('3572a6eb851d006da5f21d57507fa579')
+
+build() {
+
+  cd $srcdir/libui-sh-$pkgver/
+  
+  make DESTDIR="$pkgdir/" install
+
+}
+
+# vim:set ts=2 sw=2 et:
+


Property changes on: libui-sh/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list