Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
f154107c
Commit
f154107c
authored
Feb 24, 2009
by
Emmanuel Milou
Browse files
Update debian rules script
parent
83bd66be
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
f154107c
...
...
@@ -24,6 +24,8 @@ configure-stamp:
cd
sflphone-gtk
;
./autogen.sh
--prefix
=
/usr
cd
libs/pjproject-1.0.1
;
./configure
touch
configure-stamp
cd
libs/dbus-c++
;
./configure
cd
libs/libiax2
;
./configure
#Architecture
...
...
@@ -37,6 +39,8 @@ build-arch-stamp: configure-stamp
cd
sflphone-gtk;
make
cd
libs/pjproject-1.0.1;
$(MAKE)
dep;
$(MAKE)
touch
$@
cd
libs/dbus-c++;
$(MAKE)
cd
libs/libiax2;
$(MAKE)
build-indep
:
build-indep-stamp
build-indep-stamp
:
configure-stamp
...
...
@@ -76,7 +80,9 @@ install-arch:
# debian/tmp.
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
cd
sflphone-gtk
;
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
cd
libs/pjproject-1.0
;
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
cd
libs/pjproject-1.0.1
;
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
cd
libs/dbus-c++
;
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
cd
libs/libiax2
;
$(MAKE)
prefix
=
$(CURDIR)
/debian/
$(package)
/usr
install
rm
-rf
$(CURDIR)
/debian/
$(package)
/usr/include
dh_install
-s
# Must not depend on anything. This is to be called by
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment