Date: Wednesday, August 29, 2012 @ 09:07:56
  Author: bisson
Revision: 165760

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libedit/repos/testing-i686/
  libedit/repos/testing-i686/PKGBUILD
    (from rev 165759, libedit/trunk/PKGBUILD)
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
    (from rev 165759, libedit/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libedit/repos/testing-i686/PKGBUILD (from rev 165759, 
libedit/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-08-29 13:07:56 UTC (rev 165760)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Maintainer: Vesa Kaihlavirta <[email protected]>
+# Contributor: Roman Cheplyaka <[email protected]>
+
+pkgname=libedit
+pkgver=20120601_3.0
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+options=('!libtool')
+source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz";)
+sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+       ./configure --prefix=/usr --enable-widec --enable-static=no
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+       make prefix="${pkgdir}"/usr install
+
+       cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+       install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 165759, 
libedit/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-08-29 13:07:56 UTC (rev 165760)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Maintainer: Vesa Kaihlavirta <[email protected]>
+# Contributor: Roman Cheplyaka <[email protected]>
+
+pkgname=libedit
+pkgver=20120601_3.0
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+options=('!libtool')
+source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz";)
+sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+       ./configure --prefix=/usr --enable-widec --enable-static=no
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+       make prefix="${pkgdir}"/usr install
+
+       cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+       install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}

Reply via email to