xorg/xorg-xcursorgen/Pkgfile
2019-08-25 23:41:05 +10:00

19 lines
395 B
Plaintext

# Description: Utility to create X cursors
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: libpng xorg-libxcursor
name=xorg-xcursorgen
version=1.0.7
release=1
source=(https://www.x.org/releases/individual/app/xcursorgen-$version.tar.bz2)
build() {
cd xcursorgen-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}