summaryrefslogtreecommitdiff
path: root/community/flickcurl
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-03 19:44:19 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-03 19:44:19 -0300
commit5f03f36a1327a1c1ade065b89ec2ad873b708a0d (patch)
tree0bbfab5010c0318a1faa46d5897fd831e0e4d60c /community/flickcurl
parent1ac43f3f1d47a56bbc1564ae7d2fd0869f345b6c (diff)
parent8eed59114cbcf729b65f87d3f73530f6c8363d20 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/libdvdnav/PKGBUILD extra/libguess/PKGBUILD extra/libmowgli/PKGBUILD extra/xchm/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/flickcurl')
-rw-r--r--community/flickcurl/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/flickcurl/PKGBUILD b/community/flickcurl/PKGBUILD
index 6171fed8b..1a287da02 100644
--- a/community/flickcurl/PKGBUILD
+++ b/community/flickcurl/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 48114 2011-05-28 21:04:15Z remy $
+# $Id: PKGBUILD 59867 2011-12-01 13:14:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=flickcurl
pkgver=1.21
-pkgrel=2
+pkgrel=3
pkgdesc="C library for the Flickr API"
arch=(i686 x86_64 'mips64el')
url="http://librdf.org/flickcurl/"
license=('GPL')
-depends=(raptor)
+depends=('raptor' 'curl')
source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
md5sums=('d4d364231505dc22a6af42be7bc85edf')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|#include <curl/types.h>||' src/flickcurl_internal.h
./configure --prefix=/usr
make
}