summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-02-20 15:16:08 +0100
committerMichael Straube2016-02-20 15:16:08 +0100
commit9d41068e2162e94f4433d6e0f21e2f1e3195c7ba (patch)
tree01aa1b648a1530086898c48559c3e6d204afcd48
parent0a10ab2a6bfec326af7ad449ad96a058bebc2f31 (diff)
downloadaur-9d41068e2162e94f4433d6e0f21e2f1e3195c7ba.tar.gz
removed unzip from makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75683fe7b78e..856662bf3250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Feb 20 14:13:46 UTC 2016
pkgbase = anttweakbar
pkgdesc = C/C++ lib that allows programmers to quickly add a light and intuitive GUI into graphic apps to interactively tweak their params
pkgver = 1.16
@@ -8,7 +10,6 @@ pkgbase = anttweakbar
arch = armv6h
arch = armv7h
license = zlib
- makedepends = unzip
depends = gcc-libs
depends = glu
source = http://ufpr.dl.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip
diff --git a/PKGBUILD b/PKGBUILD
index d3c72d38a51d..dacc047367a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,20 +8,19 @@ pkgdesc="C/C++ lib that allows programmers to quickly add a light and intuitive
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://anttweakbar.sourceforge.net"
license=('zlib')
-makedepends=('unzip')
depends=('gcc-libs' 'glu')
source=("http://ufpr.dl.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip")
md5sums=('4349a13c0b5a493cf5b6b0757f3e7f0d')
build() {
cd "AntTweakBar"
-
+
make -C src
}
package() {
cd "AntTweakBar"
-
+
install -Dm644 License.txt "$pkgdir/usr/share/licenses/$pkgname/License.txt"
install -Dm755 lib/libAntTweakBar.so "${pkgdir}/usr/lib/libAntTweakBar.so"
install -Dm644 include/AntTweakBar.h "${pkgdir}/usr/include/AntTweakBar.h"