xorg/xorg-iceauth/Pkgfile
Fun 9fe4126ab4 remove redundant deps
Btw, xorg doesn't have a .signature !

mesa3d: expat
xorg-iceauth: xorg-libice xorg-xproto
xorg-libdmx: xorg-libx11
xorg-libsm: xorg-xproto xorg-xtrans
xorg-libxaw: xorg-libx11 xorg-libxau xorg-libxext xorg-libxt xorg-xextproto xorg-xproto
xorg-libxfont: xorg-xproto
xorg-libxft: fontconfig freetype xorg-libxrender
xorg-libxinerama: xorg-libx11 xorg-xextproto
xorg-libxkbui: xorg-libx11
xorg-libxmu: xorg-libx11 xorg-xextproto
xorg-libxp: xorg-util-macros
xorg-libxscrnsaver: xorg-libx11 xorg-xextproto
xorg-libxtrap: xorg-libx11 xorg-xextproto
xorg-libxt: xorg-kbproto xorg-xproto
xorg-libxxf86misc: xorg-libx11 xorg-xproto
xorg-setxkbmap: xorg-libx11
xorg-x11perf: xorg-libxext
xorg-xdpyinfo: xorg-libx11 xorg-libxext xorg-libxi
xorg-xdriinfo: xorg-glproto xorg-libx11
xorg-xf86-input-libinput: mtdev xorg-libevdev
xorg-xf86-video-intel: xorg-xcb-util
xorg-xf86-video-nouveau: eudev libdrm
xorg-xgamma: xorg-libx11
xorg-xkbcomp: xorg-libx11
xorg: xorg-server
xorg-xprop: xorg-libx11
xorg-xrdb: xorg-libx11
xorg-xsetroot: xorg-libx11 xorg-libxmu
xorg-xset: xorg-libx11 xorg-libxext
xorg-xvinfo: xorg-libx11
xorg-xwininfo: xorg-libx11 xorg-libxext
2017-11-02 12:08:49 +01:00

19 lines
384 B
Plaintext

# Description: ICE authority file utility
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-iceauth
version=1.0.7
release=2
source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
build() {
cd iceauth-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}