mobile-broadband-provider-info.paketlendi
This commit is contained in:
parent
305e97f472
commit
935ca33fe8
|
@ -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