diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-04-04 19:10:18 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-04-04 19:10:18 +0000 |
commit | 740c440ded135500d27431e0963ca345f542fcdd (patch) | |
tree | 2b8682116b7f9fe6b969fc98ed55f0e5f920c692 /games/crack-attack-sounds | |
parent | cd473d51edb529d405f837548b8d5ef85ff33fc1 (diff) | |
download | pkgsrc-740c440ded135500d27431e0963ca345f542fcdd.tar.gz |
Sound and music files for Crack Attack!
Crack Attack! doesn't come with sound files, but can play sound files if
provided. This package installs openSUSE's music and sound file set for this
game.
Diffstat (limited to 'games/crack-attack-sounds')
-rw-r--r-- | games/crack-attack-sounds/DESCR | 5 | ||||
-rw-r--r-- | games/crack-attack-sounds/Makefile | 30 | ||||
-rw-r--r-- | games/crack-attack-sounds/PLIST | 14 | ||||
-rw-r--r-- | games/crack-attack-sounds/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/games/crack-attack-sounds/DESCR b/games/crack-attack-sounds/DESCR new file mode 100644 index 00000000000..8b77e3744b7 --- /dev/null +++ b/games/crack-attack-sounds/DESCR @@ -0,0 +1,5 @@ +Sound and music files for Crack Attack! + +Crack Attack! doesn't come with sound files, but can play sound files if +provided. This package installs openSUSE's music and sound file set for this +game. diff --git a/games/crack-attack-sounds/Makefile b/games/crack-attack-sounds/Makefile new file mode 100644 index 00000000000..754d7d6bacc --- /dev/null +++ b/games/crack-attack-sounds/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 19:10:18 dsainty Exp $ +# + +DISTNAME= crack-attack-sounds-1.1.14-58.noarch +PKGNAME= crack-attack-sounds-1.1.14 +CATEGORIES= games +MASTER_SITES= http://download.opensuse.org/distribution/10.3/repo/oss/suse/noarch/ \ + http://lisa.gov.pt/ftp/suse/10.3/repo/oss/suse/noarch/ +EXTRACT_SUFX= .rpm + +MAINTAINER= dsainty@NetBSD.org +HOMEPAGE= http://www.miguev.net/background-music-for-crack-attack-119-v05/ +COMMENT= Music and sounds for crack-attack + +WRKSRC= ${WRKDIR}/usr/share/games/crack-attack +USE_LANGUAGES= # none +NO_BUILD= yes +NO_CONFIGURE= yes + +DESTDATADIR= ${DESTDIR}${PREFIX}/share/crack-attack + +do-install: + ${INSTALL_DATA_DIR} ${DESTDATADIR} + set -e; cd ${WRKSRC}; \ + for dir in music sounds; do \ + ${INSTALL_DATA_DIR} "${DESTDATADIR}/$$dir"; \ + ${INSTALL_DATA} "$$dir"/* "${DESTDATADIR}/$$dir"; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/games/crack-attack-sounds/PLIST b/games/crack-attack-sounds/PLIST new file mode 100644 index 00000000000..2e6c494cd2e --- /dev/null +++ b/games/crack-attack-sounds/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 19:10:18 dsainty Exp $ +share/crack-attack/music/game.ogg +share/crack-attack/music/gameover.ogg +share/crack-attack/music/prelude.ogg +share/crack-attack/music/youwin.ogg +share/crack-attack/sounds/block_awaking.wav +share/crack-attack/sounds/block_dying.wav +share/crack-attack/sounds/block_fallen.wav +share/crack-attack/sounds/countdown.wav +share/crack-attack/sounds/garbage_fallen.wav +share/crack-attack/sounds/garbage_shattering.wav +@dirrm share/crack-attack/sounds +@dirrm share/crack-attack/music +@dirrm share/crack-attack diff --git a/games/crack-attack-sounds/distinfo b/games/crack-attack-sounds/distinfo new file mode 100644 index 00000000000..c8237812b45 --- /dev/null +++ b/games/crack-attack-sounds/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 19:10:18 dsainty Exp $ + +SHA1 (crack-attack-sounds-1.1.14-58.noarch.rpm) = a9a9146c181613bc08e2cd2454cd00aa7bb7873e +RMD160 (crack-attack-sounds-1.1.14-58.noarch.rpm) = f6bb553ffc3892c6bb78ed41c62c28163af19bae +Size (crack-attack-sounds-1.1.14-58.noarch.rpm) = 4259627 bytes |