From ad14d891eee9c1be3dc26deccc6f76525b94e048 Mon Sep 17 00:00:00 2001 From: milisman Date: Wed, 20 Jul 2016 16:10:48 +0000 Subject: [PATCH] utox.yeniden.paketlendi --- talimatname/genel/utox/talimat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/talimatname/genel/utox/talimat b/talimatname/genel/utox/talimat index 6e340cc52..d55dfd390 100644 --- a/talimatname/genel/utox/talimat +++ b/talimatname/genel/utox/talimat @@ -1,16 +1,16 @@ # Description: Lightweight Tox client # URL: https://github.com/GrayHatter/uTox # packager: milisarge -# Depends on: toxcore openal v4l-utils xorg-libxrender hicolor-icon-theme xorg-fontconfig desktop-file-utils xorg-libxext +# Depends on: gtk3 toxcore openal v4l-utils xorg-libxrender dbus hicolor-icon-theme xorg-fontconfig desktop-file-utils xorg-libxext xorg-libxrender filter_audio name=utox -version=develop +_name=uTox +version=0.9.4 release=1 -source=(https://github.com/GrayHatter/$name/archive/$version.tar.gz) +source=(https://github.com/GrayHatter/$_name/archive/v$version/$name-$version.tar.gz) build() { - mv $DERLEME_KAYNAKDIZIN/$version.tar.gz $DERLEME_KAYNAKDIZIN/$name-$version.tar.gz - cd uTox-$version + cd $_name-$version make - make DESTDIR=$PKG install + make PREFIX=/usr DESTDIR=$PKG install }