xorg/xorg-libxcursor/Pkgfile

19 lines
414 B
Plaintext
Raw Normal View History

2013-05-31 13:08:36 +02:00
# Description: X cursor management library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxfixes xorg-libxrender
2006-04-07 18:48:00 +02:00
name=xorg-libxcursor
2013-05-31 13:08:36 +02:00
version=1.1.14
release=2
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXcursor-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}