summaryrefslogtreecommitdiffstats
path: root/base/xtinyx/Pkgfile
blob: a4a84011a232c37399c98e41e8069a9330320649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Petit serveur X de chez XFree86
# URL: http://www.xfree86.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 
# Run on:

name=xtinyx
version=4.8.0
release=1
source=(http://ftp.xfree86.org/pub/XFree86/$version/binaries/Linux-ix86-glibc23/Xtinyx.tgz)

build() {
mkdir -p $PKG/usr/bin
cp bin/Xvesa $PKG/usr/bin
chmod 4711 $PKG/usr/bin/Xvesa
}