diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 14:48:09 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 14:48:09 +0000 |
commit | 67b70103d6fc74186ce861cc554508065dfa0051 (patch) | |
tree | 2b55d353ce6981dc3c4b004d53d5f0c082dd7db2 /testing/openvcp | |
parent | c1dcf0a2f96b6605c529ef8f4e334ab661ed976e (diff) | |
parent | cc4a8c13fff3d8637aa0eb0dd2df000036601f42 (diff) | |
download | aports-67b70103d6fc74186ce861cc554508065dfa0051.tar.bz2 aports-67b70103d6fc74186ce861cc554508065dfa0051.tar.xz |
Merge git://git.alpinelinux.org/aports
Conflicts:
testing/openxcap/APKBUILD
Diffstat (limited to 'testing/openvcp')
-rw-r--r-- | testing/openvcp/APKBUILD | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/testing/openvcp/APKBUILD b/testing/openvcp/APKBUILD index 72fdd6f581..ed2ab667f9 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" |