summaryrefslogtreecommitdiff
path: root/xorg-xcursorgen/Pkgfile
blob: 4a50fb78b1b0ef217011e1ea9cee2aaf03ed154c (plain)
    1 # Description: Utility to create X cursors
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: libpng xorg-libxcursor
    5 
    6 name=xorg-xcursorgen
    7 version=1.0.8
    8 release=1
    9 source=(https://www.x.org/releases/individual/app/xcursorgen-$version.tar.xz)
   10 
   11 build() {
   12 	cd xcursorgen-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit