From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: testing/[multiple]: move unmaintained packages This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community --- unmaintained/acf-jquery-mobile/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 unmaintained/acf-jquery-mobile/APKBUILD (limited to 'unmaintained/acf-jquery-mobile') diff --git a/unmaintained/acf-jquery-mobile/APKBUILD b/unmaintained/acf-jquery-mobile/APKBUILD new file mode 100644 index 0000000000..ff482f0698 --- /dev/null +++ b/unmaintained/acf-jquery-mobile/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Ted Trask +# Maintainer: Ted Trask +pkgname=acf-jquery-mobile +pkgver=0.0.1 +pkgrel=0 +pkgdesc="jquery mobile libraries for ACF" +url="http://git.alpinelinux.org/cgit/acf-jquery-mobile" +arch="noarch" +license="GPL2" +depends="acf-jquery" +replaces="" +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} +md5sums="2fd8424c4f26ff6d982fde9ff2404ad0 acf-jquery-mobile-0.0.1.tar.xz" +sha256sums="58222822740287937a1a7fc6a73b116364aa3cdc9c6af67fb5799c8e9a4dbe66 acf-jquery-mobile-0.0.1.tar.xz" +sha512sums="b816cbdcbb746337ddf6b9df9fd70374e19471f9de2c955e425acafc7d883f0866f706a9ca49adcf7decdc16da597864d4a942a1fc61f7d9a6b16f4946745377 acf-jquery-mobile-0.0.1.tar.xz" -- cgit v1.2.3