summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2011-04-15 00:28:13 +0200
committerAntoine Lubineau2011-04-15 00:28:13 +0200
commit3f4259c3519b54d0bd17d336549a557385682d3d (patch)
tree453f3b86f858bcef6326dcc910b9e035bb86647a
parent2a8732ce3b827f93de63de287f66ed78a422ab58 (diff)
downloadaur-3f4259c3519b54d0bd17d336549a557385682d3d.tar.gz
Fixed license version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626d5d33c59d..31d77df57eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = bmdcapture
url = http://smorgasbork.com/
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
depends = gcc-libs
depends = libgl
source = http://smorgasbork.com/bmdcapture/bmdcapture-0.9.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 16c7c54b4efa..727a5c6d9fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,19 @@ pkgrel=1
pkgdesc="BlackMagic Design DeckLink capture utility"
arch=('i686' 'x86_64')
url="http://smorgasbork.com/"
-license=('GPL')
+license=('GPL3')
depends=('gcc-libs' 'libgl')
source=("http://smorgasbork.com/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('4dec7596cfa6c9e7d835e312a6136c8d')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
-
- install -D -m0755 bmdcapture "$pkgdir/usr/bin/bmdcapture"
+ install -D -m 0755 bmdcapture "$pkgdir/usr/bin/bmdcapture"
}
# vim:set ts=2 sw=2 et: