blob: 13c6662cae4dafe6f2fce3cb2dd1a50137b9daa1 (
plain)
1 # Description: xorg lib liboldX
2 # URL: http://xorg.freedesktop.org
3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
4 # Depends on: xorg-libx11
5
6 name=xorg-liboldx
7 version=1.0.1
8 release=1
9 source=(https://www.x.org/releases/individual/lib/liboldX-$version.tar.bz2)
10
11 build() {
12 cd liboldX-$version
13
14 ./configure --prefix=/usr
15
16 make
17 make DESTDIR=$PKG install
18 }
|