aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAnil Madhavapeddy <anil@recoil.org>2016-12-01 18:22:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-02 21:20:45 +0000
commitabb36031fe739754f2f0fa4f9f95fe8343387f61 (patch)
tree48467a7547523838556f61a58605f40a4a9957d4 /testing
parent3c544c7adbc2e67a352f7b7aea9c0b469d01f1a3 (diff)
downloadaports-abb36031fe739754f2f0fa4f9f95fe8343387f61.tar.bz2
aports-abb36031fe739754f2f0fa4f9f95fe8343387f61.tar.xz
community/aspcud: move from testing to community
Diffstat (limited to 'testing')
-rw-r--r--testing/aspcud/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/aspcud/APKBUILD b/testing/aspcud/APKBUILD
deleted file mode 100644
index fd5381a14d..0000000000
--- a/testing/aspcud/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Anil Madhavapeddy <anil@recoil.org>
-# Maintainer: Anil Madhavapeddy <anil@recoil.org>
-pkgname=aspcud
-pkgver=1.9.1
-pkgrel=0
-pkgdesc="Package dependency solver"
-url="http://potassco.sourceforge.net/"
-arch="all"
-license="LGPL3"
-depends="boost gringo clasp"
-makedepends="boost-dev cmake re2c"
-install=""
-subpackages="$pkgname-doc"
-source="https://downloads.sourceforge.net/project/potassco/aspcud/${pkgver}/aspcud-${pkgver}-source.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver-source
-
-build() {
- cd "$builddir"
- mkdir build
- cd build
- cmake .. -DGRINGO_LOC=/usr/bin/gringo -DCLASP_LOC=/usr/bin/clasp -DCMAKE_INSTALL_PREFIX=/usr || return 1
- make
-}
-
-package() {
- cd "${builddir}/build"
- make DESTDIR="${pkgdir}" install
-}
-
-md5sums="35304fecd1f832c74f028c06067db39d aspcud-1.9.1-source.tar.gz"
-sha256sums="e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827 aspcud-1.9.1-source.tar.gz"
-sha512sums="61519b19b8f3080079dcfcfa32e28dbd1ed29de0012ac9753f8be2c08a087a2f1a6778a6ec2bdc208ddfec5f1a07cef339b4358e51f1714129c9d219989837af aspcud-1.9.1-source.tar.gz"