summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwyter2022-12-06 10:11:19 +0100
committerSwyter2022-12-06 10:11:19 +0100
commite5fcbdbd09c374a2f9bedad3c21444a6c570e85e (patch)
tree7b59b04a4591b145c9cfeb18d9aee6ce5a832eb7
parentf8ef1182d9b0bed44d5005e59d6ff318603e7d09 (diff)
downloadaur-e5fcbdbd09c374a2f9bedad3c21444a6c570e85e.tar.gz
Improve it a bit.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d0b7a9911e..76a2b67606df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,8 @@ pkgbase = intel-gpa-bin
pkgrel = 1
arch = x86_64
license = custom
+ makedepends = binutils
+ makedepends = tar
options = !strip
source = https://registrationcenter-download.intel.com/akdlm/irc_nas/18791/gpa_22.2.1654744802_release_m64_deb_install.sh
sha256sums = 345d38d0877e081beab2710e6b58272c4a2831e36f0ebbc1cd2bba2be46541c9
diff --git a/PKGBUILD b/PKGBUILD
index 96523f4d36ef..5a17fa6c2ad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ pkgdesc="IntelĀ® Graphics Performance Analyzers (IntelĀ® GPA) provides tools for
source=("https://registrationcenter-download.intel.com/akdlm/irc_nas/18791/gpa_${pkgver}_release_m64_deb_install.sh")
sha256sums=('345d38d0877e081beab2710e6b58272c4a2831e36f0ebbc1cd2bba2be46541c9')
+makedepends=(binutils tar)
build() {
# swy: wrap the called commands with our customized/dummied out versions
@@ -45,4 +46,7 @@ package() {
cp -r "${srcdir}/opt" ${pkgdir}
cp -r "${srcdir}/usr" ${pkgdir}
+
+ # swy: these are all legal documents
+ mv ${pkgdir}/usr/share/doc ${pkgdir}/usr/share/licenses
} \ No newline at end of file