aboutsummaryrefslogtreecommitdiff
path: root/xorg/pixman/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:05:22 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:05:22 +0300
commita8738960bdd1bea0264a042e86acf23fc838b0e2 (patch)
treee8b9848c8e1d761fa47395ecac9f0a0c9fe6c5f7 /xorg/pixman/build
parente51c0c3ceb5676ac80a584e2bde3e514322749c4 (diff)
downloadrepository-a8738960bdd1bea0264a042e86acf23fc838b0e2.tar.gz
pixman: move to extra
Diffstat (limited to 'xorg/pixman/build')
-rwxr-xr-xxorg/pixman/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/pixman/build b/xorg/pixman/build
deleted file mode 100755
index cb0b1bff..00000000
--- a/xorg/pixman/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-gtk
-
-make
-make DESTDIR="$1" install