gtk-gnutella.talimat

This commit is contained in:
milisman 2016-06-16 02:04:00 +03:00
parent bdbe6ec62a
commit 71cf801839

View file

@ -4,12 +4,12 @@
# Depends on: desktop-file-utils gtk2 # Depends on: desktop-file-utils gtk2
name=gtk-gnutella name=gtk-gnutella
version=1.1.9 version=devel
release=1 release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) source=(https://github.com/gtk-gnutella/gtk-gnutella/archive/$version.tar.gz)
build() { build() {
cd $name-$version cd gtk-gnutella-devel
./build.sh --prefix=/usr ./build.sh --prefix=/usr --enable-halloc --gtk2
make install INSTALL_PREFIX=$PKG/ make install INSTALL_PREFIX=$PKG/
} }