frozen-bubble: moved from my repo

This commit is contained in:
Danny Rawlins 2007-02-17 13:21:44 +11:00
parent 2eab9b87df
commit 77b4f03c07
4 changed files with 3311 additions and 0 deletions

3260
frozen-bubble/.footprint Normal file

File diff suppressed because it is too large Load Diff

2
frozen-bubble/.md5sum Normal file
View File

@ -0,0 +1,2 @@
f5eb984897e1ccd52a0d8820d8359861 frozen-bubble-2.1.0.tar.bz2
2064f95f4d756f1efbe2ff3c5c2b62ba frozen-bubble.desktop

37
frozen-bubble/Pkgfile Normal file
View File

@ -0,0 +1,37 @@
# Description: Shoot balls and get 3 of the same colour in a group to make them drop.
# URL: http://www.frozen-bubble.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: p5-sdl1-perl sdl_pango p5-locale-gettext
name=frozen-bubble
version=2.1.0
release=3
source=(http://www.frozen-bubble.org/data/frozen-bubble-$version.tar.bz2 \
frozen-bubble.desktop)
build() {
cd $name-$version
sed -i \
-e "s|PREFIX = .*|PREFIX = /usr|" \
-e 's|MANDIR = .*|MANDIR = $(PREFIX)/man|' settings.mk
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
install -d $PKG/usr/share/pixmaps
install -m644 icons/* $PKG/usr/share/pixmaps
install -D -m644 $SRC/frozen-bubble.desktop $PKG/usr/share/applications/frozen-bubble.desktop
# Remove perlcrap
find $PKG \
-name '.packlist' -delete -or \
-name '*.bs' -delete -or \
-name 'autosplit.ix' -delete -or \
-name 'perllocal.pod' -delete
# Remove empty directories
find $PKG -depth -empty -exec rm -rf {} \;
}

View File

@ -0,0 +1,12 @@
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=frozen-bubble
GenericName=Arcade Puzzle Game
Comment=Shoot balls and get 3 of the same colour in a group to make them drop.
Icon=frozen-bubble-icon-64x64
Exec=frozen-bubble
Terminal=false
StartupNotify=false
Categories=Application;Game;Puzzle;Arcade;