summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriehmaen2016-03-12 22:53:14 +0100
committerfriehmaen2016-03-12 22:53:14 +0100
commitd0e3e3e99ea45c517121ed7aa8b84a034bc2dfee (patch)
tree810663bfe67fdf9c6386881fbf875f277cf263fd
parente37d5763baa2a7c9c11f917fa319bb5cac17ddd5 (diff)
downloadaur-d0e3e3e99ea45c517121ed7aa8b84a034bc2dfee.tar.gz
Added license file to package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21bd9dff1fa..952d125b0ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Fri Feb 26 11:24:29 UTC 2016
pkgbase = asdcplib2
pkgdesc = open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support
pkgver = 2.5.11
- pkgrel = 1
+ pkgrel = 2
url = http://www.cinecert.com/asdcplib/
arch = i686
arch = x86_64
- license = GPL3
+ license = custom
depends = expat
depends = openssl
source = http://download.cinecert.com/asdcplib/asdcplib-2.5.11.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d1f55d9ae57d..937fb3e4925d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=asdcplib2
pkgver=2.5.11
-pkgrel=1
+pkgrel=2
pkgdesc="open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support"
arch=('i686' 'x86_64')
url="http://www.cinecert.com/asdcplib/"
-license=('GPL3')
+license=('custom')
depends=('expat' 'openssl')
source=(http://download.cinecert.com/asdcplib/asdcplib-${pkgver}.tar.gz)
sha1sums=('96932a265d822a2cbbf3a0b3e4821140fee9dc89')
@@ -21,5 +21,8 @@ build() {
package() {
cd asdcplib-${pkgver}
make DESTDIR=${pkgdir} install
+
+ #copy license file
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}