milis/talimatname/genel/m/mobile-broadband-provider-info/talimat

18 lines
438 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Çeşitli servis sağlayıcılar için mobil geniş bant ayarları
# URL: http://git.gnome.org/browse/mobile-broadband-provider-info/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
name=mobile-broadband-provider-info
version=20151214
release=1
source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}