diff options
author | salo <salo@pkgsrc.org> | 2003-02-23 13:16:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-23 13:16:09 +0000 |
commit | d1d5f2404f6ed267404b942a4882661851196421 (patch) | |
tree | 881c04d317f9f364b5cbca360326517f4918a9d0 /games | |
parent | d2757c7fae18ec1ab93ca05bf5fdd3fff6c53047 (diff) | |
download | pkgsrc-d1d5f2404f6ed267404b942a4882661851196421.tar.gz |
Initial import of freeciv-sounds-2.0: Freeciv sound sets
This package contains sound sets for the Freeciv client.
Sets currently provided: stdsounds.
More sets can be added in the future.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-sounds/DESCR | 2 | ||||
-rw-r--r-- | games/freeciv-sounds/Makefile | 22 | ||||
-rw-r--r-- | games/freeciv-sounds/PLIST | 18 | ||||
-rw-r--r-- | games/freeciv-sounds/distinfo | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games/freeciv-sounds/DESCR b/games/freeciv-sounds/DESCR new file mode 100644 index 00000000000..a1502128562 --- /dev/null +++ b/games/freeciv-sounds/DESCR @@ -0,0 +1,2 @@ +This package contains sound sets for the Freeciv client. +Sets currently provided: stdsounds. diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile new file mode 100644 index 00000000000..fafdebb4e05 --- /dev/null +++ b/games/freeciv-sounds/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/23 13:16:09 salo Exp $ +# + +DISTNAME= stdsounds2 +PKGNAME= freeciv-sounds-2.0 +CATEGORIES= games +MASTER_SITES= ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.freeciv.org/sounds/ +COMMENT= Freeciv sound sets + +DEPENDS= freeciv-share-[0-9]*:../../games/freeciv-share + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKDIR}/stdsounds.soundspec \ + ${PREFIX}/share/freeciv/ + cd ${WRKDIR} && ${PAX} -rw stdsounds ${PREFIX}/share/freeciv/ + +.include "../../mk/bsd.pkg.mk" diff --git a/games/freeciv-sounds/PLIST b/games/freeciv-sounds/PLIST new file mode 100644 index 00000000000..286b566faba --- /dev/null +++ b/games/freeciv-sounds/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/23 13:16:09 salo Exp $ +share/freeciv/stdsounds.soundspec +share/freeciv/stdsounds/amb18.wav +share/freeciv/stdsounds/bang10.wav +share/freeciv/stdsounds/cfx01.wav +share/freeciv/stdsounds/cfx11.wav +share/freeciv/stdsounds/chineseprc09.wav +share/freeciv/stdsounds/foot3.wav +share/freeciv/stdsounds/gong10.wav +share/freeciv/stdsounds/guncock.wav +share/freeciv/stdsounds/inh2o.wav +share/freeciv/stdsounds/metbrk.wav +share/freeciv/stdsounds/plopp.wav +share/freeciv/stdsounds/r_exp3.wav +share/freeciv/stdsounds/rhino.wav +share/freeciv/stdsounds/wall01.wav +share/freeciv/stdsounds/woodbrk.wav +@dirrm share/freeciv/stdsounds diff --git a/games/freeciv-sounds/distinfo b/games/freeciv-sounds/distinfo new file mode 100644 index 00000000000..fa20d7a1511 --- /dev/null +++ b/games/freeciv-sounds/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/23 13:16:09 salo Exp $ + +SHA1 (stdsounds2.tar.gz) = 62d9253ce3f4d9f4c9be3dd0f1162179ce482c37 +Size (stdsounds2.tar.gz) = 1223738 bytes |