newt
This commit is contained in:
parent
9ac8843acc
commit
0ab7ce4138
1 changed files with 11 additions and 11 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Tanım: Newt, renkli metin modu, widget tabanlı kullanıcı arabirimleri için bir programlama kütüphanesi.
|
# Tanım: Newt, renkli metin modu, widget tabanlı kullanıcı arabirimleri için bir programlama kütüphanesi.
|
||||||
# URL: https://admin.fedoraproject.org/pkgdb/package/rpms/newt/
|
# URL: https://admin.fedoraproject.org/pkgdb/package/rpms/newt/
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: popt slang
|
# Gerekler: popt slang python3
|
||||||
# Grup: kütüphane
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=newt
|
isim=newt
|
||||||
surum=0.52.18
|
surum=0.52.20
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
kaynak=( http://fedorahosted.org/releases/n/e/$isim/$isim-$surum.tar.gz )
|
kaynak=(http://fedorahosted.org/releases/n/e/$isim/$isim-$surum.tar.gz )
|
||||||
derle() {
|
derle() {
|
||||||
cd $isim-$surum
|
cd $isim-$surum
|
||||||
sed -e 's/^LIBNEWT =/#&/' \
|
sed -e 's/^LIBNEWT =/#&/' \
|
||||||
-e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
|
-e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
|
||||||
-e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
|
-e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
|
||||||
-i Makefile.in
|
-i Makefile.in
|
||||||
|
|
||||||
./configure --prefix=/usr --with-gpm-support &&
|
./configure --prefix=/usr --with-gpm-support &&
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue