summaryrefslogtreecommitdiffstats
path: root/testing/openvcp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openvcp')
-rw-r--r--testing/openvcp/APKBUILD13
1 files changed, 1 insertions, 12 deletions
diff --git a/testing/openvcp/APKBUILD b/testing/openvcp/APKBUILD
index 72fdd6f58..ed2ab667f 100644
--- a/testing/openvcp/APKBUILD
+++ b/testing/openvcp/APKBUILD
@@ -19,16 +19,6 @@ source="http://files.openvcp.org/$_pkgname-$_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"
./configure --prefix=/usr \
@@ -36,7 +26,6 @@ build() {
--with-gnutls
make || return 1
}
-
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
@@ -44,4 +33,4 @@ package() {
}
md5sums="9c65d706133ea48553c90236997f1b8b openvcpd-0.5rc3.tar.gz
-db8efb9c086673fd2e3e2532294c7a2f openvcp.initd"
+08cef22e3abc5824133733e17aa4e607 openvcp.initd"