diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-04-08 14:03:15 -0500 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-04-10 15:52:53 +0000 |
commit | f50197684be67a144278a2b2165eb9da655ecc71 (patch) | |
tree | a30cf6ad8fc7a2807a25e10f98613ba04bf7c255 /testing | |
parent | 1eda425f72e32636eb349c4811519e5120ec0248 (diff) | |
download | aports-f50197684be67a144278a2b2165eb9da655ecc71.tar.bz2 aports-f50197684be67a144278a2b2165eb9da655ecc71.tar.xz |
testing/libplist: remove duplicate, already is in community
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libplist/APKBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/libplist/APKBUILD b/testing/libplist/APKBUILD deleted file mode 100644 index dfac474f47..0000000000 --- a/testing/libplist/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=libplist -pkgver=2.0.0 -pkgrel=0 -pkgdesc="A library to handle Apple Property List format in binary or XML " -url="http://www.libimobiledevice.org/" -arch="all" -license="GPL-2.0 LGPL-2.1" -makedepends="automake autoconf libtool cython-dev" -subpackages="$pkgname-dev py2-$pkgname:_py" -options="!check" -source="$pkgname-$pkgver.tar.gz::https://github.com/libimobiledevice/$pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -build() { - cd "$builddir" - sh ./autogen.sh --prefix=/usr - make -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -_py() { - pkgdesc="Python2 bindings for $pkgname" - mkdir -p "$subpkgdir"/usr/lib - mv $pkgdir/usr/lib/* "$subpkgdir"/usr/lib -} - -sha512sums="a3534a585fd92cdcba552a8ec176d6da1d1c10b6639f9c01925e1de70689480b024a942f5686fcb0a356b450126e40aa3e2132ef66652806c46ee18a1d6372c8 libplist-2.0.0.tar.gz" |