xorg/xorg-xcb-util-cursor/Pkgfile

19 lines
439 B
Plaintext
Raw Normal View History

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