aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/sc101-nbd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/sc101-nbd
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/sc101-nbd')
-rw-r--r--unmaintained/sc101-nbd/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/unmaintained/sc101-nbd/APKBUILD b/unmaintained/sc101-nbd/APKBUILD
deleted file mode 100644
index a4059892ae..0000000000
--- a/unmaintained/sc101-nbd/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: Mika Havela <mika.havela@gmail.com>
-# Maintainer: Mika Havela <mika.havela@gmail.com>
-pkgname=sc101-nbd
-pkgver=0.03
-pkgrel=0
-pkgdesc="Software to access the the Netgear Storage Central 101 (sc101) as a block device, without requiring a new kernel module."
-url="http://code.google.com/p/sc101-nbd/"
-arch="x86"
-license="GNU GPL v2"
-depends=""
-depends_dev="gzip"
-makedepends="$depends_dev"
-install=""
-subpackages="$pkgname-doc"
-source="http://sc101-nbd.googlecode.com/files/sc101-nbd_${pkgver}.tar.gz"
-
-_builddir="$srcdir"/"$pkgname"-"$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"
- make || return
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="92cc1a4f11c971fede8e0a1e69e1ce2d sc101-nbd_0.03.tar.gz"