repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crispy-doom: new package at 5.11.1
[kiss-trunc88.git]
/
crispy-doom
/
build
blob
e11506f38e20037ea8c515b66243c5da4d0b03d6
1
#!/bin/sh -e
2
3
.
/
autogen.sh
4
.
/
configure \
5
--prefix
=/
usr \
6
--sysconfdir
=/
etc \
7
--disable-bash-completion
\
8
--disable-doc
\
9
--disable-icons
10
11
make
12
make
DESTDIR
=
"
$1
"
install
13
14
rm
-rf
"
$1
/usr/share/metainfo"
15
rm
-rf
"
$1
/usr/share/icons"
16
rm
-rf
"
$1
/usr/share/doc"
17
rm
-rf
"
$1
/usr/share/bash-completion"
18
rm
-rf
"
$1
/usr/share/applications"