From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/xbitmaps/build | 10 ++++++++++ xorg/xbitmaps/checksums | 1 + xorg/xbitmaps/depends | 1 + xorg/xbitmaps/sources | 1 + xorg/xbitmaps/version | 1 + 5 files changed, 14 insertions(+) create mode 100755 xorg/xbitmaps/build create mode 100644 xorg/xbitmaps/checksums create mode 100644 xorg/xbitmaps/depends create mode 100644 xorg/xbitmaps/sources create mode 100644 xorg/xbitmaps/version (limited to 'xorg/xbitmaps') diff --git a/xorg/xbitmaps/build b/xorg/xbitmaps/build new file mode 100755 index 00000000..80ce93e8 --- /dev/null +++ b/xorg/xbitmaps/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xorg/xbitmaps/checksums b/xorg/xbitmaps/checksums new file mode 100644 index 00000000..69278b0e --- /dev/null +++ b/xorg/xbitmaps/checksums @@ -0,0 +1 @@ +b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee xbitmaps-1.1.2.tar.bz2 diff --git a/xorg/xbitmaps/depends b/xorg/xbitmaps/depends new file mode 100644 index 00000000..8c98a973 --- /dev/null +++ b/xorg/xbitmaps/depends @@ -0,0 +1 @@ +xorg-util-macros make diff --git a/xorg/xbitmaps/sources b/xorg/xbitmaps/sources new file mode 100644 index 00000000..6b03aaeb --- /dev/null +++ b/xorg/xbitmaps/sources @@ -0,0 +1 @@ +https://www.x.org/pub/individual/data/xbitmaps-1.1.2.tar.bz2 diff --git a/xorg/xbitmaps/version b/xorg/xbitmaps/version new file mode 100644 index 00000000..909c7076 --- /dev/null +++ b/xorg/xbitmaps/version @@ -0,0 +1 @@ +1.1.2 1 -- cgit v1.2.3