milis/talimatname/genel/x/xorg-util-macros/talimat

18 lines
389 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X.Org X11 Autotools makrolari
2016-02-24 01:27:23 +01:00
# URL: http://www.x.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
_name=util-macros
name=xorg-util-macros
version=1.19.0
release=2
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/util/${_name}-$version.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd ${_name}-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}