contrib/xmahjongg/Pkgfile

21 lines
467 B
Plaintext
Raw Normal View History

2006-11-13 21:12:21 +01:00
# Description: fun solitaire game based on mahjong
2006-11-15 21:02:02 +01:00
# URL: http://www.lcdf.org/~eddietwo/xmahjongg/
2006-11-13 21:12:21 +01:00
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
2006-11-15 21:02:02 +01:00
# Depends on:
2006-11-13 21:12:21 +01:00
name=xmahjongg
2006-11-15 21:02:02 +01:00
version=3.7
2006-11-13 21:12:21 +01:00
release=1
source="http://www.lcdf.org/~eddietwo/xmahjongg/$name-$version.tar.gz"
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install prefix=$PKG/usr
}