+++ /dev/null
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/X11/
-drwxr-xr-x root/root usr/include/X11/extensions/
--rw-r--r-- root/root usr/include/X11/extensions/Xdamage.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libXdamage.a
--rwxr-xr-x root/root usr/lib/libXdamage.la
-lrwxrwxrwx root/root usr/lib/libXdamage.so -> libXdamage.so.1.1.0
-lrwxrwxrwx root/root usr/lib/libXdamage.so.1 -> libXdamage.so.1.1.0
--rwxr-xr-x root/root usr/lib/libXdamage.so.1.1.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xdamage.pc
+++ /dev/null
-untrusted comment: verify with /etc/ports/xorg-arm64.pub
-RWQK42WfXMUBTNv7MhwXLDdAcJoaB/JkvHDY4HrGw+Lr04U9rJaBQ8FZNzpWf6y8aUt9KUD+IZMNx+/eq6eiNV33oleWdtAlug0=
-SHA256 (Pkgfile) = 5c06568189ec326fadd11aaae78346f6fb538849d2bcc5afda6b0b9372c213ae
-SHA256 (.footprint) = 8e9487b569cd6013f41c94e113068da2762e5186fe40dd9e687714443296006a
-SHA256 (libXdamage-1.1.5.tar.bz2) = b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45
+++ /dev/null
-# Description: X Damage extension client library
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: xorg-damageproto xorg-libxfixes
-
-name=xorg-libxdamage
-version=1.1.5
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
-
-build() {
- cd libXdamage-$version
-
- ./configure --prefix=/usr \
- --build=aarch64-unknown-linux-gnueabi
-
- make
- make DESTDIR=$PKG install
-}