Date: Sunday, February 5, 2012 @ 11:59:38
  Author: bisson
Revision: 149081

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

Added:
  libots/repos/extra-i686/PKGBUILD
    (from rev 149080, libots/trunk/PKGBUILD)
  libots/repos/extra-x86_64/PKGBUILD
    (from rev 149080, libots/trunk/PKGBUILD)
Deleted:
  libots/repos/extra-i686/PKGBUILD
  libots/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   61 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   61 +++++++++++++++++++++++++-----------------------
 2 files changed, 66 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-05 16:59:04 UTC (rev 149080)
+++ extra-i686/PKGBUILD 2012-02-05 16:59:38 UTC (rev 149081)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Open Text Summarizer"
-arch=('i686' 'x86_64')
-url="http://libots.sourceforge.net/";
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz)
-md5sums=('1e140a4bf9d720b4339a5c2bdf4976e8')
-
-
-build() {
-  cd "${srcdir}/ots-${pkgver}"
-  touch gtk-doc.make
-  sed -i -e 's/en.xml$//' dic/Makefile.am
-  libtoolize --force
-  aclocal
-  automake --add-missing --force
-  autoconf
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR="${pkgdir}" install
-}

Copied: libots/repos/extra-i686/PKGBUILD (from rev 149080, 
libots/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:59:38 UTC (rev 149081)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jan de Groot <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2')
+options=('!libtool' '!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz";)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+
+build() {
+       cd "${srcdir}/ots-${pkgver}"
+       touch gtk-doc.make
+       sed -i -e 's/en.xml$//' dic/Makefile.am
+       libtoolize --force
+       aclocal
+       automake --add-missing --force
+       autoconf
+       ./configure --prefix=/usr --disable-static
+       make
+}
+
+package() {
+       cd "${srcdir}/ots-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2012-02-05 16:59:04 UTC (rev 149080)
+++ extra-x86_64/PKGBUILD       2012-02-05 16:59:38 UTC (rev 149081)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Open Text Summarizer"
-arch=('i686' 'x86_64')
-url="http://libots.sourceforge.net/";
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz)
-md5sums=('1e140a4bf9d720b4339a5c2bdf4976e8')
-
-
-build() {
-  cd "${srcdir}/ots-${pkgver}"
-  touch gtk-doc.make
-  sed -i -e 's/en.xml$//' dic/Makefile.am
-  libtoolize --force
-  aclocal
-  automake --add-missing --force
-  autoconf
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR="${pkgdir}" install
-}

Copied: libots/repos/extra-x86_64/PKGBUILD (from rev 149080, 
libots/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2012-02-05 16:59:38 UTC (rev 149081)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jan de Groot <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2')
+options=('!libtool' '!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz";)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+
+build() {
+       cd "${srcdir}/ots-${pkgver}"
+       touch gtk-doc.make
+       sed -i -e 's/en.xml$//' dic/Makefile.am
+       libtoolize --force
+       aclocal
+       automake --add-missing --force
+       autoconf
+       ./configure --prefix=/usr --disable-static
+       make
+}
+
+package() {
+       cd "${srcdir}/ots-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to