summaryrefslogtreecommitdiffstats
path: root/gnuchess/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnuchess/Pkgfile')
-rw-r--r--gnuchess/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnuchess/Pkgfile b/gnuchess/Pkgfile
new file mode 100644
index 000000000..251d24f1f
--- /dev/null
+++ b/gnuchess/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Jeu d'échecs
+# URL: http://www.gnu.org/software/chess/chess.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: readline
+# Run on: readline
+
+name=gnuchess
+version=5.08
+release=1
+group=app
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+}
+
+