Merge pull request #24 from giresun28/master
mobile-broadband-provider-info.paketlendi
This commit is contained in:
commit
3f0a8df4af
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue