xorg/xorg-xcursorgen/Pkgfile

19 lines
424 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
2008-04-03 11:59:39 +02:00
# Depends on: xorg-libxcursor, libpng
name=xorg-xcursorgen
version=1.0.5
2011-01-07 15:13:02 +01:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2)
2008-04-03 11:59:39 +02:00
build() {
cd xcursorgen-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}