[arch-commits] Commit in liblastfm/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Wed Apr 23 06:42:36 UTC 2014
Date: Wednesday, April 23, 2014 @ 08:42:36
Author: fyan
Revision: 211685
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
liblastfm/repos/testing-i686/
liblastfm/repos/testing-i686/PKGBUILD
(from rev 211684, liblastfm/trunk/PKGBUILD)
liblastfm/repos/testing-x86_64/PKGBUILD
(from rev 211684, liblastfm/trunk/PKGBUILD)
Deleted:
liblastfm/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 32 --------------------------------
3 files changed, 64 insertions(+), 32 deletions(-)
Copied: liblastfm/repos/testing-i686/PKGBUILD (from rev 211684, liblastfm/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-04-23 06:42:36 UTC (rev 211685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
+sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../lastfm-${pkgname}-* \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DBUILD_TESTS=OFF
+ make
+}
+
+package(){
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2014-04-23 06:35:48 UTC (rev 211684)
+++ testing-x86_64/PKGBUILD 2014-04-23 06:42:36 UTC (rev 211685)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
-
-pkgname=liblastfm
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A Qt4 C++ library for the Last.fm webservices"
-arch=('i686' 'x86_64')
-url='https://github.com/lastfm/liblastfm/'
-license=('GPL3')
-depends=('qt4' 'fftw' 'libsamplerate')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
-sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
-
-build() {
- mkdir build
- cd build
- cmake ../lastfm-${pkgname}-* \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DBUILD_TESTS=OFF
- make
-}
-
-package(){
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: liblastfm/repos/testing-x86_64/PKGBUILD (from rev 211684, liblastfm/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-23 06:42:36 UTC (rev 211685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
+sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../lastfm-${pkgname}-* \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DBUILD_TESTS=OFF
+ make
+}
+
+package(){
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list