diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 10:48:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 10:48:13 +0000 |
commit | 20e3690c17ab128fb431ac5ae3fdb7234176d1d4 (patch) | |
tree | 701f6e3c088411df2ad14dec200a5f432a7023f1 /testing | |
parent | 295e9264db868ddb47b640178652274f49ca682c (diff) | |
download | aports-20e3690c17ab128fb431ac5ae3fdb7234176d1d4.tar.bz2 aports-20e3690c17ab128fb431ac5ae3fdb7234176d1d4.tar.xz |
main/spice-protocol: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/spice-protocol/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/spice-protocol/APKBUILD b/testing/spice-protocol/APKBUILD deleted file mode 100644 index fa6f70233e..0000000000 --- a/testing/spice-protocol/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=spice-protocol -pkgver=0.10.0 -pkgrel=0 -pkgdesc="Spice protocol header files" -url="http://www.spice-space.org/" -arch="noarch" -license="BSD and LGPLv2+" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" -subpackages="" -source="http://www.spice-space.org/download/releases/spice-protocol-$pkgver.tar.bz2" - -_builddir="$srcdir"/spice-protocol-$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 \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la -} - -md5sums="888d8a50d36a09a1c479cadddce244ae spice-protocol-0.10.0.tar.bz2" |