contrib/xmahjongg/Pkgfile
2006-11-15 21:02:02 +01:00

21 lines
467 B
Plaintext

# Description: fun solitaire game based on mahjong
# URL: http://www.lcdf.org/~eddietwo/xmahjongg/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=xmahjongg
version=3.7
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
}