summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Squartini2016-07-20 21:22:48 +0900
committerNicola Squartini2016-07-20 21:22:48 +0900
commit6573312b3e1510f2bd41c11e838681daae5b94ae (patch)
treef1595df71c7cf4703e9b5f1bcdf02f88fd3e81fc
parent8d52f4d9adac040738a1a57f13e9409475c08d2e (diff)
downloadaur-6573312b3e1510f2bd41c11e838681daae5b94ae.tar.gz
Add LICENSE file
-rw-r--r--LICENSE9
-rw-r--r--PKGBUILD6
2 files changed, 14 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..829f5cc98f11
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,9 @@
+==============================================================================
+THIS CELL BROADBAND ENGINE SYSTEM SIMULATOR, TOGETHER WITH ALL PERFORMANCE
+DATA RESULTING THEREFROM, IS PROVIDED BY IBM AND RECEIVED BY YOU ON AN "AS-IS"
+BASIS, WITHOUT WARRANTY OF ANY KIND. SEE THE APPLICABLE LICENSE FOR ADDITIONAL
+TERMS AND CONDITIONS.
+==============================================================================
+Licensed Materials - Property of IBM.
+(C) Copyright IBM Corporation 2001, 2009
+All Rights Reserved.
diff --git a/PKGBUILD b/PKGBUILD
index 309f0ae1138d..c9fe26067f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="IBM Full-System Simulator for the Cell Broadband Engine Processor"
arch=(i686 x86_64)
url="http://www.ibm.com/"
-license=("IBM Licensed Materials")
+license=('custom:IBM Licensed Materials')
groups=('Cell Simulator')
depends=(blt perl)
optdepends=('xterm: console support')
@@ -13,8 +13,10 @@ options=(!emptydirs !strip)
source_i686=(systemsim-cell-3.1-25.f9.i386.rpm)
source_x86_64=(systemsim-cell-3.1-25.f9.x86_64.rpm)
source=(99-systemsim-cell.rules
+ LICENSE
systemsim-cell.sh)
md5sums=('e470b6ef7d042cfe4ade6180b5c45cb8'
+ '37e05d5a0dc78facacf5bf2124affa3d'
'bf46bc7b66e0aa4f3c8894a49bdbade8')
md5sums_i686=('9acd01482d3e50163119a3791bdd4503')
md5sums_x86_64=('4b069cebf26bd16cec8e768d2c68e830')
@@ -33,4 +35,6 @@ package() {
mkdir -p "${pkgdir}/etc/profile.d"
cp "${srcdir}/systemsim-cell.sh" "${pkgdir}/etc/profile.d"
+
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}