xorg/xorg-libxcursor/Pkgfile
2013-05-31 21:08:36 +10:00

19 lines
463 B
Plaintext

# Description: X cursor management library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxrender, xorg-libxfixes, xorg-libx11, xorg-fixesproto
name=xorg-libxcursor
version=1.1.14
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
build() {
cd libXcursor-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}