diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
commit | ebfbe6aa4a09806147654dd9e8d512cd68921e0d (patch) | |
tree | 645198602e94164a4130285756f401ae0b0756fd /libre/libui-sh/PKGBUILD | |
parent | 3092fe0e20f490a5f9b8b9602ffc039a22be60c0 (diff) |
Thu Jan 9 03:54:24 UTC 2014
Diffstat (limited to 'libre/libui-sh/PKGBUILD')
-rw-r--r-- | libre/libui-sh/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD deleted file mode 100644 index 075d8c0a6..000000000 --- a/libre/libui-sh/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Dieter Plaetinck <dieter@plaetinck.be> - -pkgname=libui-sh -pkgver=2011.10.09 -pkgrel=2 -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=('6f855b407d791ab66b78f839835ed915') - -build() { - - cd $srcdir/libui-sh-$pkgver/ - - make DESTDIR="$pkgdir/" install - -} - -# vim:set ts=2 sw=2 et: - |