polygen-data-1.0.6-3

This commit is contained in:
Jaroslav Lichtblau 2014-12-01 20:28:52 +01:00
parent c38bcc21c0
commit 27c5cf13fb
2 changed files with 6 additions and 7 deletions

View file

@ -3,8 +3,7 @@ pkgbase = polygen-data
pkgver = 1.0.6
pkgrel = 3
url = http://polygen.org/
arch = i686
arch = x86_64
arch = any
license = GPL
source = http://lapo.it/polygen/polygen-1.0.6-20110201-grm.zip
md5sums = cdb53a913772868ea453205497a852da

View file

@ -4,18 +4,18 @@ pkgname=polygen-data
pkgver=1.0.6
pkgrel=3
pkgdesc="Data files for polygen"
arch=('i686' 'x86_64')
arch=('any')
url="http://polygen.org/"
license=('GPL')
source=(http://lapo.it/polygen/polygen-$pkgver-20110201-grm.zip)
md5sums=('cdb53a913772868ea453205497a852da')
package() {
cd "${srcdir}/eng"
cd "${srcdir}"/eng
install -d "${pkgdir}/usr/share/polygen"
cp -R * "${pkgdir}/usr/share/polygen"
install -d "${pkgdir}"/usr/share/polygen
cp -R * "${pkgdir}"/usr/share/polygen
#fixing file rights
find "${pkgdir}/usr" -type f -exec chmod 644 "{}" \;
find "${pkgdir}"/usr -type f -exec chmod 644 "{}" \;
}