xorg/xorg-libxxf86misc/Pkgfile

19 lines
385 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libXxf86misc
# URL: http://xorg.freedesktop.org
2012-07-16 13:48:49 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-10-20 21:28:37 +02:00
# Depends on: xorg-libxext
2006-04-07 18:48:00 +02:00
name=xorg-libxxf86misc
2018-07-07 15:40:10 +02:00
version=1.0.4
release=1
source=(https://www.x.org/releases/individual/lib/libXxf86misc-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXxf86misc-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}