xorg/xorg-xcb-util-cursor/Pkgfile

19 lines
437 B
Plaintext
Raw Normal View History

2013-12-28 19:25:47 +01:00
# Description: XCB utilities library
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-util-renderutil xorg-xcb-util-image
2013-12-28 19:25:47 +01:00
name=xorg-xcb-util-cursor
version=0.1.1
release=1
source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.bz2)
build() {
cd xcb-util-cursor-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}