mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/quake_shareware_data: Renamed from darkplaces_shareware_data
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
880dcf6e3d
commit
474b3b9f40
5 changed files with 27 additions and 25 deletions
|
@ -1,18 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
darkplaces_shareware_data: darkplaces_shareware_data (Quake shareware data)
|
||||
darkplaces_shareware_data:
|
||||
darkplaces_shareware_data: The shareware game data for idsoftware Quake.
|
||||
darkplaces_shareware_data: Copyright idsoftware, inc.
|
||||
darkplaces_shareware_data:
|
||||
darkplaces_shareware_data:
|
||||
darkplaces_shareware_data:
|
||||
darkplaces_shareware_data:
|
||||
darkplaces_shareware_data:
|
||||
darkplaces_shareware_data:
|
|
@ -1,3 +1,3 @@
|
|||
darkplaces_shareware_data (Quake shareware data)
|
||||
Quake shareware data
|
||||
|
||||
The shareware game data for idsoftware Quake. Copyright idsoftware, inc.
|
|
@ -4,12 +4,13 @@
|
|||
|
||||
# Written by M.Dinslage
|
||||
|
||||
PRGNAM=darkplaces_shareware_data
|
||||
PRGNAM=quake_shareware_data
|
||||
VERSION=${VERSION:-1.06}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
@ -27,8 +28,8 @@ unzip $CWD/quake106.zip
|
|||
lha e resource.1
|
||||
chmod 0644 id1/*
|
||||
|
||||
mkdir -p $PKG/usr/share/games/darkplaces/id1
|
||||
cp id1/pak0.pak $PKG/usr/share/games/darkplaces/id1
|
||||
mkdir -p $PKG/usr/share/games/quake/id1
|
||||
cp id1/pak0.pak $PKG/usr/share/games/quake/id1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="darkplaces_shareware_data"
|
||||
PRGNAM="quake_shareware_data"
|
||||
VERSION="1.06"
|
||||
HOMEPAGE="http://www.idsoftware.com/games/quake/quake/"
|
||||
DOWNLOAD="ftp://ftp.idsoftware.com/idstuff/quake/quake106.zip"
|
||||
MD5SUM="8cee4d03ee092909fdb6a4f84f0c1357"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="darkplaces"
|
||||
REQUIRES=""
|
||||
MAINTAINER="M.Dinslage"
|
||||
EMAIL="daedra1980@gmail.com"
|
19
games/quake_shareware_data/slack-desc
Normal file
19
games/quake_shareware_data/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
quake_shareware_data: quake_shareware_data (Quake shareware data)
|
||||
quake_shareware_data:
|
||||
quake_shareware_data: The shareware game data for idsoftware Quake. Copyright idsoftware,
|
||||
quake_shareware_data: inc.
|
||||
quake_shareware_data:
|
||||
quake_shareware_data:
|
||||
quake_shareware_data:
|
||||
quake_shareware_data:
|
||||
quake_shareware_data:
|
||||
quake_shareware_data:
|
||||
quake_shareware_data:
|
Loading…
Reference in a new issue