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

18 lines
445 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Çeşitli servis sağlayıcılar için mobil geniş bant ayarları
# URL: http://git.gnome.org/browse/mobile-broadband-provider-info/
# Packager: alihan-ozturk28@hotmail.com
# Depends on:
name=mobile-broadband-provider-info
version=20151214
release=1
source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}