diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-08 04:51:24 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-08 04:51:24 -0200 |
commit | 95def50238d1fa35819d2f67079ce97dc96cd12f (patch) | |
tree | ca7d966d2348f174f84a2370f4c66e818b4c933a /libre/libui-sh | |
parent | 53ae25ee5242912f13151330dcd5c73ba9e0dfba (diff) | |
download | abslibre-95def50238d1fa35819d2f67079ce97dc96cd12f.tar.gz abslibre-95def50238d1fa35819d2f67079ce97dc96cd12f.tar.bz2 abslibre-95def50238d1fa35819d2f67079ce97dc96cd12f.zip |
remove deprecated packages
Diffstat (limited to 'libre/libui-sh')
-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: - |