mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 12:53:04 +01:00
Fixed JRE dependency
This commit is contained in:
parent
7613fbd09b
commit
57a6e68a90
2 changed files with 7 additions and 7 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = eercase
|
||||
pkgdesc = Enhanced Entity-Relationship (EER) modelling application
|
||||
pkgver = 20140702
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.cin.ufpe.br/~eercase
|
||||
arch = x86_64
|
||||
license = unknown
|
||||
depends = java-environment>=7
|
||||
depends = java-runtime>=7
|
||||
depends = glibc
|
||||
source = https://www.dropbox.com/s/4tql379hfammtve/eercase_linux_02072014.zip?dl=1
|
||||
source = eercase.desktop
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -5,12 +5,12 @@ _month=07
|
|||
_day=02
|
||||
# Reverse the filename's date for version continuity
|
||||
pkgver=${_year}${_month}${_day}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Enhanced Entity-Relationship (EER) modelling application"
|
||||
arch=('x86_64')
|
||||
url="http://www.cin.ufpe.br/~eercase"
|
||||
license=('unknown')
|
||||
depends=('java-environment>=7' 'glibc')
|
||||
depends=('java-runtime>=7' 'glibc')
|
||||
source=("https://www.dropbox.com/s/4tql379hfammtve/${pkgname}_linux_${_day}${_month}${_year}.zip?dl=1"
|
||||
"eercase.desktop"
|
||||
"eercase.png")
|
||||
|
|
@ -23,8 +23,8 @@ package(){
|
|||
install -Dm0644 "eercase.png" "${pkgdir}/usr/share/icons/eercase.png"
|
||||
install -Dm0644 "eercase.desktop" "${pkgdir}/usr/share/applications/eercase.desktop"
|
||||
|
||||
mkdir -p "${pkgdir}/usr/lib"
|
||||
mkdir -p "${pkgdir}/usr/share"
|
||||
mkdir -p "${pkgdir}/usr/bin"
|
||||
cp -r "${pkgname}"/ "${pkgdir}/usr/lib/"
|
||||
ln -s "/usr/lib/eercase/eercase" "${pkgdir}/usr/bin/eercase"
|
||||
cp -r "${pkgname}"/ "${pkgdir}/usr/share/"
|
||||
ln -s "/usr/share/eercase/eercase" "${pkgdir}/usr/bin/eercase"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue