diff options
author | piernov <piernov@piernov.org> | 2012-03-06 11:44:08 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-06 11:44:08 +0000 |
commit | 46d640db48946da838fc2e3d069f42172bcf3c48 (patch) | |
tree | e24f59a3d9e76caaa2a024d379c69beab1268d96 /networkmanager/Pkgfile | |
parent | 0641883124b3ffbec48cd07b0a480e310aae4903 (diff) | |
download | nutyx-extra-46d640db48946da838fc2e3d069f42172bcf3c48.tar.gz nutyx-extra-46d640db48946da838fc2e3d069f42172bcf3c48.tar.bz2 nutyx-extra-46d640db48946da838fc2e3d069f42172bcf3c48.tar.xz nutyx-extra-46d640db48946da838fc2e3d069f42172bcf3c48.zip |
networkmanager 0.9.3.995-1 màj port
Diffstat (limited to 'networkmanager/Pkgfile')
-rw-r--r-- | networkmanager/Pkgfile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/networkmanager/Pkgfile b/networkmanager/Pkgfile index bd28c73aa..067141abf 100644 --- a/networkmanager/Pkgfile +++ b/networkmanager/Pkgfile @@ -7,7 +7,7 @@ name=networkmanager -version=0.9.2.0 +version=0.9.3.995 release=1 _name=NetworkManager source=(http://ftp.gnome.org/pub/GNOME/sources/$_name/${version%.*.*}/$_name-$version.tar.xz @@ -16,9 +16,13 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/$_name/${version%.*.*}/$_name-$ve build() { cd ${_name}-$version patch -p1 < ../NuTyX.patch - aclocal - autoconf - automake +# aclocal +# autoconf +# automake +# autoreconf -if + gtkdocize + autopoint --force + AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ @@ -32,7 +36,8 @@ build() { --with-tests=yes \ --enable-polkit \ --enable-introspection=yes \ - --disable-wimax + --disable-wimax \ + --disable-more-warnings make make DESTDIR=$PKG install |