diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-08-28 16:24:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-08-28 16:24:19 -0300 |
commit | e0acf42ad03cac39336017463fad3f5ff2d3179f (patch) | |
tree | 6ae1fb22259bf4019c40561c760948e36123c98f /~fauno/librest/PKGBUILD | |
parent | 3f64055d01d6333452df7b36a2a581aa3a6ff96f (diff) | |
download | abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.gz abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.bz2 abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.zip |
remove fauno personal repo from abslibre
Diffstat (limited to '~fauno/librest/PKGBUILD')
-rw-r--r-- | ~fauno/librest/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/~fauno/librest/PKGBUILD b/~fauno/librest/PKGBUILD deleted file mode 100644 index a66c4559e..000000000 --- a/~fauno/librest/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Berseker <berseker86 at gmail dot com> - -pkgname=librest -_realname=rest - -pkgver=0.7.10 -pkgrel=1 -pkgdesc="a library to access 'RESTful' web services" -arch=('i686' 'x86_64') -url="http://moblin.org/projects/librest/" -license=('GPL') -source=(http://ftp.gnome.org/pub/GNOME/sources/rest/0.7/${_realname}-${pkgver}.tar.bz2) -options=('!libtool') -depends=('libsoup-gnome' 'libxml2') -makedepends=('gtk-doc') - -build() { - cd "$srcdir/${_realname}-${pkgver}" - - ./configure --prefix=/usr #--without-gnome - make -} - -package() { - cd "$srcdir/${_realname}-${pkgver}" - make DESTDIR="$pkgdir/" install -} -md5sums=('f47850d26bfb6148d1a3db9e74426e20') |