diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:13:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:13:07 +0000 |
commit | a9e7f910a6e3bbe6fc5c3c20d2f76ddfc53860f8 (patch) | |
tree | cbe7093914083f6ea360302118e05660b396dd84 /main/gnome-disk-utility/APKBUILD | |
parent | 625e91cc74d02c71797b8daf7ccdfd9d7f8ced80 (diff) | |
download | aports-a9e7f910a6e3bbe6fc5c3c20d2f76ddfc53860f8.tar.bz2 aports-a9e7f910a6e3bbe6fc5c3c20d2f76ddfc53860f8.tar.xz |
main/gnome-disk-utility: disable due to it does not build with musl
Diffstat (limited to 'main/gnome-disk-utility/APKBUILD')
-rw-r--r-- | main/gnome-disk-utility/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/gnome-disk-utility/APKBUILD b/main/gnome-disk-utility/APKBUILD index 51f6d6a12e..6777b0d1a9 100644 --- a/main/gnome-disk-utility/APKBUILD +++ b/main/gnome-disk-utility/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.32.1 pkgrel=1 pkgdesc="GNOME libraries and applications for dealing with storage devices" url="http://www.gnome.org" -arch="all" +arch="" license="GPL" depends="" makedepends="gnome-doc-utils intltool dbus-glib-dev libunique-dev avahi-dev @@ -24,8 +24,7 @@ prepare() { patch -Np1 -i "$srcdir/exp2.patch" } -build () -{ +build () { cd "$_builddir" ./configure \ --build=$CBUILD \ |