summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Dewar2018-04-12 14:05:53 +0100
committerAlex Dewar2018-04-12 14:05:53 +0100
commita95503c6ec544366a0469dc855f193030527b018 (patch)
tree402e94a81b3fe33ed25a99b7badc23ef9e7a317d /PKGBUILD
parentb3398df23b8e109a2c84428a9be407695c3eb874 (diff)
downloadaur-a95503c6ec544366a0469dc855f193030527b018.tar.gz
bundle sources for samples
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc8fb973ab6d..d4c7ad0aced9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Dewar <alex.dewar@gmx.co.uk>
pkgname=arsdk3
pkgver=3.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="The SDK for Parrot Bebop drones"
arch=('x86_64')
url="http://developer.parrot.com/docs/SDK3/"
@@ -46,6 +46,10 @@ package() {
# install license
install -Dm 644 "$srcdir"/packages/ARSDKBuildUtils/LICENSE.md "$pkgdir"/usr/share/licenses/LICENSE
+ # copy samples
+ mkdir -p samples
+ cp -r "$srcdir"/packages/Samples/Unix/* samples
+
# fix up hard-coded paths
cd $_target
_srcpath=`realpath "${srcdir}/out/arsdk-native/staging/usr"`