xorg/xorg-xcursorgen/Pkgfile

19 lines
395 B
Plaintext
Raw Normal View History

2008-04-03 11:59:39 +02:00
# Description: Utility to create X cursors
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: libpng xorg-libxcursor
2008-04-03 11:59:39 +02:00
name=xorg-xcursorgen
2019-01-07 16:12:57 +01:00
version=1.0.7
release=1
source=(https://www.x.org/releases/individual/app/xcursorgen-$version.tar.bz2)
2008-04-03 11:59:39 +02:00
build() {
cd xcursorgen-$version
./configure --prefix=/usr
2008-04-03 11:59:39 +02:00
make
make DESTDIR=$PKG install
}