git » openttd-opensfx.git » commit 44977c1

FS#20204

author Daniel Griffiths
2010-07-22 03:38:59 UTC
committer Daniel Griffiths
2010-07-22 03:38:59 UTC
parent 81e037f3ade97cecf3a0acd78b24828895d0ef20

FS#20204

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2261821..ced2b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
 
 pkgname=openttd-opensfx
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Free sound set for openttd"
 arch=('any')
 url="http://www.openttd.org"
-license=('GPL')
+license=('custom:CCSP')
 source=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${pkgver}.zip)
 md5sums=('3605b82f24153500c8a1804e4420168a')
 
@@ -22,4 +22,5 @@ package() {
 
 	mkdir -pm0755 ${pkgdir}/usr/share/openttd/data   
 	cp opensfx.* ${pkgdir}/usr/share/openttd/data/ || return 1
+	install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license
 }