summaryrefslogtreecommitdiffstats
path: root/x11-xbitmaps/MAKEPKG
diff options
context:
space:
mode:
authorzorz <zorz@opentux.org>2026-02-27 17:37:23 +0200
committerzorz <zorz@opentux.org>2026-02-27 17:37:23 +0200
commitde196c8550dfd3317043fcc71de1506ac076e14f (patch)
tree1e59293fa24652b1f7c96a95d522afd0590589bc /x11-xbitmaps/MAKEPKG
parent83404b410d422331951d406323962f314f9546ee (diff)
downloadxorg-de196c8550dfd3317043fcc71de1506ac076e14f.tar.gz
xorg-de196c8550dfd3317043fcc71de1506ac076e14f.tar.xz
Initial commit: xorg/x11 ports
Diffstat (limited to 'x11-xbitmaps/MAKEPKG')
-rw-r--r--x11-xbitmaps/MAKEPKG19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-xbitmaps/MAKEPKG b/x11-xbitmaps/MAKEPKG
new file mode 100644
index 0000000..a6eaa35
--- /dev/null
+++ b/x11-xbitmaps/MAKEPKG
@@ -0,0 +1,19 @@
1#!/bin/mkpkg
2# *** OpenTUX ***
3# description: Bitmaps for X
4# url: https://xorg.freedesktop.org
5
6name=x11-xbitmaps
7version=1.1.3
8release=1
9source=(https://www.x.org/releases/individual/data/xbitmaps-$version.tar.xz)
10
11build() {
12 cd xbitmaps-$version
13
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17}
18
19# vim: filetype=sh