mobile-broadband-provider-info.paketlendi

This commit is contained in:
giresun28 2016-07-22 00:44:14 +00:00
parent 305e97f472
commit 935ca33fe8
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: Network Management daemon
# URL: http://git.gnome.org/browse/mobile-broadband-provider-info/
# Packager: alihan-ozturk28@hotmail.com
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
}