[arch-commits] Commit in librtfcomp/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Apr 19 10:31:06 UTC 2013


    Date: Friday, April 19, 2013 @ 12:31:06
  Author: spupykin
Revision: 88520

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

Added:
  librtfcomp/repos/community-i686/PKGBUILD
    (from rev 88519, librtfcomp/trunk/PKGBUILD)
  librtfcomp/repos/community-x86_64/PKGBUILD
    (from rev 88519, librtfcomp/trunk/PKGBUILD)
Deleted:
  librtfcomp/repos/community-i686/PKGBUILD
  librtfcomp/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ---------------------
 community-x86_64/PKGBUILD |   25 ---------------------
 3 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-19 10:30:49 UTC (rev 88519)
+++ community-i686/PKGBUILD	2013-04-19 10:31:06 UTC (rev 88520)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $
-# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
-
-pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
-pkgdesc="SynCE librtfcomp library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.synce.org/"
-depends=(pyrex)
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
-
-build() {
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-#Remove the conflicting binary file (conflict with core-utils). I don't know any other workaround.
-  rm ${pkgdir}/usr/bin/test
-  cd ..
-
-} 

Copied: librtfcomp/repos/community-i686/PKGBUILD (from rev 88519, librtfcomp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-19 10:31:06 UTC (rev 88520)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
+
+pkgname=librtfcomp
+pkgver=1.2
+pkgrel=1
+pkgdesc="SynCE librtfcomp library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.synce.org/"
+depends=(pyrex)
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cdff301ff346905595d0bb6efd432850')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-19 10:30:49 UTC (rev 88519)
+++ community-x86_64/PKGBUILD	2013-04-19 10:31:06 UTC (rev 88520)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
-
-pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
-pkgdesc="SynCE librtfcomp library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.synce.org/"
-depends=(pyrex)
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
-
-build() {
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-#Remove the conflicting binary file (conflict with core-utils). I don't know any other workaround.
-  rm ${pkgdir}/usr/bin/test
-  cd ..
-
-} 

Copied: librtfcomp/repos/community-x86_64/PKGBUILD (from rev 88519, librtfcomp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-19 10:31:06 UTC (rev 88520)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
+
+pkgname=librtfcomp
+pkgver=1.2
+pkgrel=1
+pkgdesc="SynCE librtfcomp library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.synce.org/"
+depends=(pyrex)
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cdff301ff346905595d0bb6efd432850')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}




More information about the arch-commits mailing list