aboutsummaryrefslogtreecommitdiffstats
path: root/testing/uci
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:37:03 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:37:03 +0000
commitbd50a34efa2849aa94ee9219363fd60aa45e6f4a (patch)
tree51f883bbb45368f75e94200332ea029c11238021 /testing/uci
parent3003315554566b72c7f5b5fcf942b33267dcae2f (diff)
downloadaports-bd50a34efa2849aa94ee9219363fd60aa45e6f4a.tar.bz2
aports-bd50a34efa2849aa94ee9219363fd60aa45e6f4a.tar.xz
Revert "testing/uci: new aport"
Diffstat (limited to 'testing/uci')
-rw-r--r--testing/uci/APKBUILD47
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/uci/APKBUILD b/testing/uci/APKBUILD
deleted file mode 100644
index 51f13c8963..0000000000
--- a/testing/uci/APKBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer:
-pkgname=uci
-pkgver=0_git20150919
-pkgrel=0
-pkgdesc="Library and utility for the Unified Configuration Interface for OpenWrt"
-url="http://nbd.name/gitweb.cgi?p=uci.git"
-arch="all"
-license="GPL"
-depends=
-depends_dev=
-makedepends="$depends_dev cmake libubox"
-subpackages="$pkgname-dev"
-install=
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- "
-giturl="git://nbd.name/uci.git"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-
-prepare() {
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch)
- msg "Applying $i"
- patch -p1 -i "$srcdir"/$i || return 1
- ;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- cmake CMakeLists.txt -DBUILD_LUA=OFF -DCMAKE_INSTALL_PREFIX=/usr || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- class="western"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="d50257b0adedc8fb82a3b90f43830adc uci-0_git20150919.tar.gz"
-sha256sums="5d91c0c80e9bc14b85cdc2f622e2c0c8e1c2ba20a1e7d496cd49536b135c0479 uci-0_git20150919.tar.gz"
-sha512sums="8c2d9fe4492be3231049ab8899ac232b663f31c73a5c857f92d77eccdf3a3bd83967b611cc59b1f507449e030487eb3511214229aa257f426afc72463ed211f7 uci-0_git20150919.tar.gz"