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
pcre: fork, fix sources
[kiss-trunc88.git]
/
imagemagick
/
build
blob
86d785972c6f3d57f006da1b886e140533f11144
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--mandir
=/
usr
/
shar
e
/
man \
7
--disable-shared
\
8
--disable-nls
\
9
--without-modules
\
10
--without-magick-plus-plus
\
11
--without-perl
\
12
--without-xml
13
14
make
15
make
DESTDIR
=
"
$1
"
install-binPROGRAMS install-exec-local
16
17
# Remove the rarely used library.
18
rm
-rf
"
$1
/usr/lib"