forked from hasufell/hasufell-repository
games-rpg/baldurs-gate-ee: bump to 2.1.63.2
This commit is contained in:
parent
d77a241087
commit
603ffb2c5e
@ -5,7 +5,8 @@ require gtk-icon-cache
|
||||
|
||||
SUMMARY="Baldur's Gate: Enhanced Edition"
|
||||
HOMEPAGE="http://www.gog.com/game/baldurs_gate_enhanced_edition"
|
||||
DOWNLOADS="manual: gog_baldur_s_gate_enhanced_edition_2.0.0.3.sh"
|
||||
BG_SH="gog_baldur_s_gate_enhanced_edition_2.2.0.4.sh"
|
||||
DOWNLOADS="manual: ${BG_SH}"
|
||||
|
||||
LICENCES="all-rights-reserved"
|
||||
SLOT="0"
|
||||
@ -28,7 +29,7 @@ pkg_pretend() {
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo
|
||||
einfo "Please buy & download \"${DOWNLOADS}\" from:"
|
||||
einfo "Please buy & download \"${BG_SH}\" from:"
|
||||
einfo " ${HOMEPAGE}"
|
||||
einfo "and move/link it to \"${FETCHEDDIR}\""
|
||||
einfo
|
||||
@ -39,8 +40,8 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unzip -qo "${FETCHEDDIR}/${DOWNLOADS}"
|
||||
[[ $? -le 1 ]] || die "unpacking ${DOWNLOADS} failed!"
|
||||
unzip -qo "${FETCHEDDIR}/${BG_SH}"
|
||||
[[ $? -le 1 ]] || die "unpacking ${BG_SH} failed!"
|
||||
}
|
||||
|
||||
src_install() {
|
Loading…
Reference in New Issue
Block a user