[arch-commits] Commit in libui-sh/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, November 23, 2011 @ 16:45:05 Author: dieter Revision: 143244 archrelease: copy trunk to extra-any Added: libui-sh/repos/extra-any/PKGBUILD (from rev 143243, libui-sh/trunk/PKGBUILD) Deleted: libui-sh/repos/extra-any/PKGBUILD --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2011-11-23 21:44:36 UTC (rev 143243) +++ PKGBUILD2011-11-23 21:45:05 UTC (rev 143244) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Dieter Plaetinck - -pkgname=libui-sh -pkgver=2011.10.09 -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=('6f855b407d791ab66b78f839835ed915') - -build() { - - cd $srcdir/libui-sh-$pkgver/ - - make DESTDIR="$pkgdir/" install - -} - -# vim:set ts=2 sw=2 et: - Copied: libui-sh/repos/extra-any/PKGBUILD (from rev 143243, libui-sh/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2011-11-23 21:45:05 UTC (rev 143244) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Dieter Plaetinck + +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: +
[arch-commits] Commit in libui-sh/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, November 23, 2011 @ 16:23:45 Author: dieter Revision: 143241 archrelease: copy trunk to extra-any Added: libui-sh/repos/extra-any/PKGBUILD (from rev 143240, libui-sh/trunk/PKGBUILD) Deleted: libui-sh/repos/extra-any/PKGBUILD --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2011-11-23 21:22:53 UTC (rev 143240) +++ PKGBUILD2011-11-23 21:23:45 UTC (rev 143241) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Dieter Plaetinck - -pkgname=libui-sh -pkgver=2011.10.09 -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=('6f855b407d791ab66b78f839835ed915') - -build() { - - cd $srcdir/libui-sh-$pkgver/ - - make DESTDIR="$pkgdir/" install - -} - -# vim:set ts=2 sw=2 et: - Copied: libui-sh/repos/extra-any/PKGBUILD (from rev 143240, libui-sh/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2011-11-23 21:23:45 UTC (rev 143241) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Dieter Plaetinck + +pkgname=libui-sh +pkgver=2011.10.09 +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=('6f855b407d791ab66b78f839835ed915') + +build() { + + cd $srcdir/libui-sh-$pkgver/ + + make DESTDIR="$pkgdir/" install + +} + +# vim:set ts=2 sw=2 et: +
[arch-commits] Commit in libui-sh/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, October 11, 2011 @ 13:55:49 Author: dieter Revision: 140269 archrelease: copy trunk to extra-any Added: libui-sh/repos/extra-any/PKGBUILD (from rev 140268, libui-sh/trunk/PKGBUILD) Deleted: libui-sh/repos/extra-any/PKGBUILD --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2011-10-11 17:55:32 UTC (rev 140268) +++ PKGBUILD2011-10-11 17:55:49 UTC (rev 140269) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Dieter Plaetinck - -pkgname=libui-sh -pkgver=2011.08.04 -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=('b5db0a8039db1a50f552d2338d1ce705') - -build() { - - cd $srcdir/libui-sh-$pkgver/ - - make DESTDIR="$pkgdir/" install - -} - -# vim:set ts=2 sw=2 et: - Copied: libui-sh/repos/extra-any/PKGBUILD (from rev 140268, libui-sh/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2011-10-11 17:55:49 UTC (rev 140269) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Dieter Plaetinck + +pkgname=libui-sh +pkgver=2011.10.09 +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=('6f855b407d791ab66b78f839835ed915') + +build() { + + cd $srcdir/libui-sh-$pkgver/ + + make DESTDIR="$pkgdir/" install + +} + +# vim:set ts=2 sw=2 et: +