Açıklama çevirisi
This commit is contained in:
parent
eb0779e1fc
commit
486b7e5999
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Description: GNU Libidn, Stringprep, Punycode ve IDNA 2003 teknik özelliklerinin tam olarak belgelendirilmiş bir uygulamasıdır.
|
# Description: GNU Libidn, Stringprep, Punycode ve IDNA 2003 teknik özelliklerinin tam olarak belgelendirilmiş bir uygulamasıdır.
|
||||||
# URL: http://www.gnu.org/software/libidn/
|
# URL: http://www.gnu.org/software/libidn/
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
name=libidn
|
name=libidn
|
||||||
version=1.32
|
version=1.32
|
||||||
|
@ -10,10 +11,13 @@ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr --disable-static \
|
./configure --prefix=/usr --disable-static \
|
||||||
--mandir=/usr/share/man --infodir=/usr/share/info
|
--mandir=/usr/share/man --infodir=/usr/share/info
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
rm $PKG/usr/share/info/{dir,libidn-components.png}
|
rm $PKG/usr/share/info/{dir,libidn-components.png}
|
||||||
# Doc
|
# Doc
|
||||||
find doc -name "Makefile*" -delete
|
find doc -name "Makefile*" -delete
|
||||||
|
|
Loading…
Add table
Reference in a new issue