mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 15:42:45 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
c38bcc21c0
2 changed files with 34 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = polygen-data
|
||||
pkgdesc = Data files for polygen
|
||||
pkgver = 1.0.6
|
||||
pkgrel = 3
|
||||
url = http://polygen.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
source = http://lapo.it/polygen/polygen-1.0.6-20110201-grm.zip
|
||||
md5sums = cdb53a913772868ea453205497a852da
|
||||
|
||||
pkgname = polygen-data
|
||||
|
||||
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
|
||||
pkgname=polygen-data
|
||||
pkgver=1.0.6
|
||||
pkgrel=3
|
||||
pkgdesc="Data files for polygen"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://polygen.org/"
|
||||
license=('GPL')
|
||||
source=(http://lapo.it/polygen/polygen-$pkgver-20110201-grm.zip)
|
||||
md5sums=('cdb53a913772868ea453205497a852da')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/eng"
|
||||
|
||||
install -d "${pkgdir}/usr/share/polygen"
|
||||
cp -R * "${pkgdir}/usr/share/polygen"
|
||||
|
||||
#fixing file rights
|
||||
find "${pkgdir}/usr" -type f -exec chmod 644 "{}" \;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue