mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:32:37 +01:00
polygen-data-1.0.6-3
This commit is contained in:
parent
c38bcc21c0
commit
27c5cf13fb
2 changed files with 6 additions and 7 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -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 "{}" \;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue