17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
# Tanım: X.Org Xpm kutuphanesi
|
||
# URL: http://xorg.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: xorg-proto xorg-libx11 xorg-libxt xorg-libxext
|
||
|
||
isim=xorg-libxpm
|
||
surum=3.5.11
|
||
devir=1
|
||
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXpm-$surum.tar.bz2)
|
||
|
||
derle() {
|
||
cd libXpm-$surum
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|