doom3: use INSTALL.msg instead.
This commit is contained in:
parent
c2b011a98a
commit
e32e0cea45
2 changed files with 1 additions and 8 deletions
srcpkgs/doom3
|
@ -1,6 +1,3 @@
|
||||||
case "${ACTION}" in
|
|
||||||
post)
|
|
||||||
cat<<EOF
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
|
|
||||||
In order to use the software, you have to agree to ID Software's license
|
In order to use the software, you have to agree to ID Software's license
|
||||||
|
@ -33,6 +30,3 @@ If you are using pulseaudio don't forget to also install the
|
||||||
'alsa-plugins-pulseaudio-32bit' for x86_64 (64bit).
|
'alsa-plugins-pulseaudio-32bit' for x86_64 (64bit).
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
EOF
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'doom3'
|
# Template file for 'doom3'
|
||||||
pkgname=doom3
|
pkgname=doom3
|
||||||
version=1.3.1.1304
|
version=1.3.1.1304
|
||||||
revision=2
|
revision=3
|
||||||
makedepends="libudev-devel alsa-lib-devel libXext-devel desktop-file-utils"
|
|
||||||
depends="libudev alsa-lib libXext desktop-file-utils"
|
depends="libudev alsa-lib libXext desktop-file-utils"
|
||||||
short_desc="Doom 3 for Linux"
|
short_desc="Doom 3 for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue