[arch-commits] Commit in libunicodenames/repos (4 files)
Date: Saturday, March 5, 2016 @ 23:45:29 Author: arojas Revision: 260977 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libunicodenames/repos/testing-i686/ libunicodenames/repos/testing-i686/PKGBUILD (from rev 260976, libunicodenames/trunk/PKGBUILD) libunicodenames/repos/testing-x86_64/ libunicodenames/repos/testing-x86_64/PKGBUILD (from rev 260976, libunicodenames/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 25 + testing-x86_64/PKGBUILD | 25 + 2 files changed, 50 insertions(+) Copied: libunicodenames/repos/testing-i686/PKGBUILD (from rev 260976, libunicodenames/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-03-05 22:45:29 UTC (rev 260977) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Bastien Dejean + +pkgname=libunicodenames +pkgver=1.2.0 +pkgrel=1 +pkgdesc='Library for retrieving Unicode annotation data' +url='https://bitbucket.org/sortsmill/libunicodenames' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=('wget') +source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --libexecdir=/usr/lib + make PREFIX=/usr +} + +package() { + cd ${pkgname}-${pkgver} + make PREFIX=/usr DESTDIR="${pkgdir}" install +} Copied: libunicodenames/repos/testing-x86_64/PKGBUILD (from rev 260976, libunicodenames/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-03-05 22:45:29 UTC (rev 260977) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Bastien Dejean + +pkgname=libunicodenames +pkgver=1.2.0 +pkgrel=1 +pkgdesc='Library for retrieving Unicode annotation data' +url='https://bitbucket.org/sortsmill/libunicodenames' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=('wget') +source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --libexecdir=/usr/lib + make PREFIX=/usr +} + +package() { + cd ${pkgname}-${pkgver} + make PREFIX=/usr DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libunicodenames/repos (4 files)
Date: Monday, March 31, 2014 @ 09:30:03 Author: bisson Revision: 209260 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libunicodenames/repos/extra-i686/ libunicodenames/repos/extra-i686/PKGBUILD (from rev 209259, libunicodenames/trunk/PKGBUILD) libunicodenames/repos/extra-x86_64/ libunicodenames/repos/extra-x86_64/PKGBUILD (from rev 209259, libunicodenames/trunk/PKGBUILD) ---+ extra-i686/PKGBUILD | 24 extra-x86_64/PKGBUILD | 24 2 files changed, 48 insertions(+) Copied: libunicodenames/repos/extra-i686/PKGBUILD (from rev 209259, libunicodenames/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-03-31 07:30:03 UTC (rev 209260) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Bastien Dejean + +pkgname=libunicodenames +pkgver=1.1.0_beta1 +pkgrel=1 +pkgdesc='Library for retrieving Unicode annotation data' +url='https://bitbucket.org/sortsmill/libunicodenames' +arch=('i686' 'x86_64') +license=('GPL3') +source=("https://bitbucket.org/sortsmill/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('f82d9f99d534144dd4c28c28ecff029f3116c5b4') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make PREFIX=/usr +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make PREFIX=/usr DESTDIR="${pkgdir}" install +} Copied: libunicodenames/repos/extra-x86_64/PKGBUILD (from rev 209259, libunicodenames/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-03-31 07:30:03 UTC (rev 209260) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Bastien Dejean + +pkgname=libunicodenames +pkgver=1.1.0_beta1 +pkgrel=1 +pkgdesc='Library for retrieving Unicode annotation data' +url='https://bitbucket.org/sortsmill/libunicodenames' +arch=('i686' 'x86_64') +license=('GPL3') +source=("https://bitbucket.org/sortsmill/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('f82d9f99d534144dd4c28c28ecff029f3116c5b4') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make PREFIX=/usr +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make PREFIX=/usr DESTDIR="${pkgdir}" install +}