aboutsummaryrefslogtreecommitdiff
path: root/extra/catgirl/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-28 00:05:11 +0300
committerCem Keylan <cem@ckyln.com>2021-09-28 00:05:11 +0300
commit50b8360af9d6c876095363ee52b3f16b69be52a7 (patch)
tree218466dc658b411e0a4737b3923df036e33557e3 /extra/catgirl/build
parent187ba370f9f7ec67409044ac452d9176329741da (diff)
downloadrepository-50b8360af9d6c876095363ee52b3f16b69be52a7.tar.gz
catgirl: add new package at 1.9a
Diffstat (limited to 'extra/catgirl/build')
-rwxr-xr-xextra/catgirl/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/catgirl/build b/extra/catgirl/build
new file mode 100755
index 00000000..2c202144
--- /dev/null
+++ b/extra/catgirl/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
+
+make
+make DESTDIR="$1" install