From de196c8550dfd3317043fcc71de1506ac076e14f Mon Sep 17 00:00:00 2001 From: zorz Date: Fri, 27 Feb 2026 17:37:23 +0200 Subject: Initial commit: xorg/x11 ports --- libxpm/MAKEPKG | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 libxpm/MAKEPKG (limited to 'libxpm') diff --git a/libxpm/MAKEPKG b/libxpm/MAKEPKG new file mode 100644 index 0000000..42cf18f --- /dev/null +++ b/libxpm/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# *** OpenTUX *** +# description: X Pixmap library +# url: https://xorg.freedesktop.org + +name=libxpm +version=3.5.18 +release=1 +depends=(libxext libxt) +source=(https://www.x.org/releases/individual/lib/libXpm-$version.tar.xz) + +sha256sums=( + "b4ed79bfc718000edee837d551c35286f0b84576db0ce07bbbebe60a4affa1e4" +) + +build() { + cd libXpm-$version + + ./configure \ + --prefix=/usr \ + --disable-open-zfile + + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: *** OpenTUX *** public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3