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
libdeflate: new package at 1.10
[kiss-trunc88.git]
/
graphicsmagick
/
build
blob
c10b99c6fe7c61008d2c742891238038fafacc5a
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--disable-compressed-files
\
7
--enable-magick-compat
\
8
--without-magick-plus-plus
\
9
--without-perl
\
10
--with-x
11
12
# --enable-shared \
13
# --with-modules \
14
15
make
16
#make DESTDIR="$1" install-exec
17
make
DESTDIR
=
"
$1
"
install
18
rm
-rf
"
$1
/usr/share/doc"