ltris: 1.2.7 -> 1.3
This commit is contained in:
parent
354ca7dd50
commit
2480ee00f0
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxD1VkWqUd/UBlJbNWVx+wm7Qa5hEed3Ms3d2jZPQWNZYzr5oAWEe02G0yEwBF0huhkQFHkGCUc6Cfb/GhWbglAs=
|
||||
SHA256 (Pkgfile) = f92739d6ea2458129871e1fda8c8e2b6aebdd52a7cc32ebbf1e4f95d3aa10ae9
|
||||
RWTTPlFarK9CxHFmFxoN4cMM1CkFJbbord8IvwCwSmC4lQFJI9sWQjGtwR2dGOWH31oTgF+QnEocAFn/CFkIKh/jYUYY4VqQ0wE=
|
||||
SHA256 (Pkgfile) = f055784bad4f749da995fcd4564253e6ed3cd18c06d816917dc150aee59e4276
|
||||
SHA256 (.footprint) = 8aa05e15bb1175e2f847a6377b18cdcc0bf5dd46ccf3a6fcf150c693d892455a
|
||||
SHA256 (ltris-1.2.7.tar.gz) = 1291c6a642d06b9ee153ac0a2e7855a2c983e839c618f1a294df04d829525cb0
|
||||
SHA256 (ltris-1.3.tar.gz) = 377af29b327cf6dd124fed2f070a5dec0a78aee662790f992f3f1d3faddd9f90
|
||||
|
@ -4,21 +4,21 @@
|
||||
# Depends on: sdl_mixer xorg-server
|
||||
|
||||
name=ltris
|
||||
version=1.2.7
|
||||
version=1.3
|
||||
release=1
|
||||
source=(http://prdownloads.sourceforge.net/lgames/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure --disable-nls \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var/lib/games \
|
||||
--runstatedir=/run \
|
||||
--with-configdir=.config/lgames
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -f $PKG/var/lib/games/ltris.hscr
|
||||
chmod 1777 $PKG/var/lib/games
|
||||
./configure --disable-nls \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var/lib/games \
|
||||
--runstatedir=/run \
|
||||
--with-configdir=.config/lgames
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -f $PKG/var/lib/games/ltris.hscr
|
||||
chmod 1777 $PKG/var/lib/games
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user