Page 1 of 1

Building of gphone

Posted: 24. Jul 2014, 11:52
by zAchAry
I am unable to complete installation of gphone.

Error:

Code: Select all

   GEN        resources.c
   CC         resources.o
   LINK       gphone
make: *** No rule to make target `install'.  Stop.
build() failed.
SLKBUILD

Code: Select all

# Mandatory
pkgname=gphone
pkgver=master
pkgrel=1git
source=("$pkgname-$pkgver.zip")
# Optional
docs=("README")
url="https://github.com/ceyusa/gphone"
 
slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"GPhone is a tiny SIP client."
""
"Its purpose is to scratch a personal itch about how to"
"develop an Opal client."
""
"The code flow is based on the great OpenPhone client, from"
"Opal."
)

build() {
        cd $startdir/src/$pkgname-$pkgver

        export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.

        make -j $numjobs || return 1
        make install DESTDIR=$startdir/pkg
}
I have all dependencies installed:

Code: Select all

Opal (v3.10)
Gtk+ (v3.0)
Vala
sqlite3
librsvg / gnome-icon-theme-symbolic
libnotify
gstreamer (v1.0)
libcanberra
sound-theme-freedesktop

Re: Building of gphone

Posted: 24. Jul 2014, 20:50
by gapan
Well, as the error message reads, there is no install rule in the Makefile. So you can't possibly run "make install". It seems that you're going to have to need to copy files manually in the package.