summaryrefslogtreecommitdiff
path: root/pcr/ryzom-data/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-22 02:43:04 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-22 02:43:04 -0300
commitfdbd29d8567ef787bcf1924695c7c25253434ad4 (patch)
tree6cc142d03b822fc1cd915533178e082fef28e051 /pcr/ryzom-data/PKGBUILD
parent5ea6bd4adb27568407f942c7b4dfcc6013a72a39 (diff)
parentef61070ebde4f0fbbacc256391b0b4600ea29a0f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/ryzom-data/PKGBUILD')
-rw-r--r--pcr/ryzom-data/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/pcr/ryzom-data/PKGBUILD b/pcr/ryzom-data/PKGBUILD
index 272db5c07..dfb8a116c 100644
--- a/pcr/ryzom-data/PKGBUILD
+++ b/pcr/ryzom-data/PKGBUILD
@@ -9,9 +9,10 @@ license=('CCPL:by-sa')
makedepends=('rsync' 'p7zip-libre')
conflicts=('ryzom-data')
pkgdesc="An awesome free software 3D MMORPG game. Game data."
-source=("http://sourceforge.net/projects/ryzom/files/ryzom_client.7z/download")
+source=("http://sourceforge.net/projects/ryzom/files/ryzom_client.7z/download" "updateryzomdata")
noextract=("download")
-sha256sums=('fa9e44e1014f4ae8639f1ec092391a41f69fc343ce48dd39b55ffae06ec3291f')
+sha256sums=('fa9e44e1014f4ae8639f1ec092391a41f69fc343ce48dd39b55ffae06ec3291f'
+ 'b42f74fd21cdbf6734214e5576dbbe7e4cf171bf5d712011fbea6529bd0123fd')
package() {
cd "$srcdir/"
@@ -33,11 +34,12 @@ package() {
# creating directories
install -d -m 755 "${pkgdir}/usr/share/ryzom/data/fonts/"
+ install -d -m 755 "${pkgdir}/etc/cron.d/"
# installing files
install -m 644 fonts/* "${pkgdir}/usr/share/ryzom/data/fonts/"
rm -rf fonts
install -m 644 * "${pkgdir}/usr/share/ryzom/data/"
+ install -m 644 ${srcdir}/updateryzomdata "${pkgdir}/etc/cron.d/"
}
-