diff options
Diffstat (limited to 'repo/x11/libxres.xibuild')
-rw-r--r-- | repo/x11/libxres.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/x11/libxres.xibuild b/repo/x11/libxres.xibuild new file mode 100644 index 0000000..15ddf22 --- /dev/null +++ b/repo/x11/libxres.xibuild @@ -0,0 +1,16 @@ +#!/bin/bash + +MAKEDEPS=(make asciidoc xmlto lynx) +DEPS=(fontconfig libxcb elogind) + +PKG_VER=1.2.1 +SOURCE=https://www.x.org/pub/individual/lib/libXres-$PKG_VER.tar.bz2 + +build () { + ./configure $XORG_CONFIG --docdir=$XORG_PREFIX/share/doc/libXres-$PKG_VER + make +} + +package () { + make DESTDIR=$PKG_DEST install +} |