epic5.paketlendi
This commit is contained in:
parent
1fb9edb84d
commit
3645823b78
|
@ -13,8 +13,8 @@ derle() {
|
||||||
## ICONV problem
|
## ICONV problem
|
||||||
unset CPPFLAGS
|
unset CPPFLAGS
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--with-ssl --with-ipv6 --with-perl --with-tcl \
|
--with-ssl --with-ipv6 --with-perl --with-tcl
|
||||||
make
|
make -j1
|
||||||
make prefix="$PKG/usr" libexecdir="$PKG/usr/bin" \
|
make prefix="$PKG/usr" libexecdir="$PKG/usr/bin" \
|
||||||
mandir="$PKG/usr/share/man" infodir="/usr/share/info" install
|
mandir="$PKG/usr/share/man" infodir="/usr/share/info" install
|
||||||
install -Dm644 COPYRIGHT "$PKG/usr/share/licenses/$isim/COPYRIGHT"
|
install -Dm644 COPYRIGHT "$PKG/usr/share/licenses/$isim/COPYRIGHT"
|
||||||
|
|
Loading…
Reference in New Issue