milis/talimatname/genel/xorg-xtrans/talimat

18 lines
397 B
Plaintext
Raw Normal View History

2017-01-30 02:42:26 +01:00
# Description: X.org trans kutuphanesi
2016-02-24 01:27:23 +01:00
# URL: http://xorg.freedesktop.org
2017-01-30 02:42:26 +01:00
# Packagers: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libxcb
2017-01-30 02:42:26 +01:00
_name=xtrans
2016-02-24 01:27:23 +01:00
name=xorg-xtrans
version=1.3.5
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}