summaryrefslogtreecommitdiff
path: root/~fauno/librest/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-30 16:11:09 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-30 16:11:09 -0300
commit479722d138d109c10b9895a22868463c642e7edb (patch)
tree7ec3471b9aa6a0d24b735040575b1923e4b26856 /~fauno/librest/PKGBUILD
parenta7cbbe0d9d06f75042fe4267a19833cf95e2d7d2 (diff)
parente73edbc68c2fd12028bb3e6e0da12fda51f4f3cd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~fauno/librest/PKGBUILD')
-rw-r--r--~fauno/librest/PKGBUILD28
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')