forked from ports/contrib
neverball: dropped port no longer maintaining
This commit is contained in:
parent
b0d11b6dab
commit
92acf49648
1847
neverball/.footprint
1847
neverball/.footprint
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF358Dp1gpsy3QrEhVi3K3xBhrpWQ622mox3pdmg30CjrdcEVGgNPRpureROTd+sNlFASMjDdKhY71JzFfBobzDQs=
|
||||
SHA256 (Pkgfile) = 5da312ba49342d5850766e4678deac707f7d23b8d9cb666f6bbe18c38e3400ab
|
||||
SHA256 (.footprint) = c41cb38f08a7fed6baf857dc023d129858a1ec51f76251d05532fd5e1a743520
|
||||
SHA256 (neverball-1.6.0.tar.gz) = 73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0
|
||||
SHA256 (27279856.patch) = b93f17315766a8f1a70f46716cd99260981f4797ec1589b26f03bfca201a8e0d
|
@ -1,27 +0,0 @@
|
||||
# Description: Tilt the floor to roll a ball through an obstacle course.
|
||||
# URL: http://icculus.org/neverball/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||
# Depends on: libsdl2 physfs sdl2_image sdl2_mixer sdl2_ttf
|
||||
|
||||
name=neverball
|
||||
version=1.6.0
|
||||
release=1
|
||||
source=(http://icculus.org/neverball/neverball-$version.tar.gz
|
||||
https://github.com/Neverball/neverball/commit/27279856.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -Np1 -i $SRC/27279856.patch
|
||||
|
||||
sed -i -e '/CONFIG_DATA/s|\./data|/usr/share/neverball|g' \
|
||||
share/base_config.h
|
||||
|
||||
make CPPFLAGS="$CPPFLAGS -DNDEBUG" CFLAGS="$CFLAGS" DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale
|
||||
|
||||
install -d $PKG/usr/{bin,share/icons}
|
||||
cp neverball neverputt $PKG/usr/bin
|
||||
find data -type f -exec chmod -v 0644 {} \;
|
||||
cp -r data $PKG/usr/share/neverball
|
||||
cp -r data/icon $PKG/usr/share/icons/neverball
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user