diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 14:57:22 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 15:04:41 +0000 |
| commit | 9aa7468686401a2ed9ff9e3cabd93200ec3db2ea (patch) | |
| tree | 88ae4ecd4ce9718cd771edc95d06770a0ae9d958 /testing | |
| parent | e3a2fbdd7e4f66944eb7654e3b5f3b562afa3d1b (diff) | |
| download | aports-9aa7468686401a2ed9ff9e3cabd93200ec3db2ea.tar.bz2 aports-9aa7468686401a2ed9ff9e3cabd93200ec3db2ea.tar.xz | |
main/rest: moved from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/rest/APKBUILD | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/testing/rest/APKBUILD b/testing/rest/APKBUILD deleted file mode 100644 index 5bd2e45e2d..0000000000 --- a/testing/rest/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=rest -pkgver=0.7.12 -pkgrel=0 -pkgdesc="A library for access to RESTful web services" -url="http://www.gnome.org" -arch="all" -license="LGPLv2" -depends="" -depends_dev="libsoup-dev gobject-introspection-dev" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="http://ftp.gnome.org/pub/gnome/sources/rest/0.7/rest-$pkgver.tar.xz" - -_builddir="$srcdir"/rest-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure --prefix=/usr \ - --disable-static \ - --enable-introspection \ - --without-gnome \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la -} - -md5sums="dc14e0d89d38af5d8d544ce8f124d186 rest-0.7.12.tar.xz" |
