gtk-gnutella.talimat

This commit is contained in:
milisman 2016-06-16 02:04:00 +03:00
parent bdbe6ec62a
commit 71cf801839
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
# Depends on: desktop-file-utils gtk2
name=gtk-gnutella
version=1.1.9
version=devel
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() {
cd $name-$version
./build.sh --prefix=/usr
cd gtk-gnutella-devel
./build.sh --prefix=/usr --enable-halloc --gtk2
make install INSTALL_PREFIX=$PKG/
}