kopia lustrzana https://github.com/Hamlib/Hamlib
make building easier, call autogen.sh
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1267 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
242ce1a44a
commit
7c6f06f4e1
|
@ -2,7 +2,7 @@ Source: hamlib
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Terry Dawson <terry@animats.net>
|
Maintainer: Terry Dawson <terry@animats.net>
|
||||||
Build-Depends: debhelper (>> 3.0.0), autoconf, automake, libtool, doxygen
|
Build-Depends: debhelper (>> 3.0.0), autoconf (>=2.50), automake1.7 (>=1.7), libtool, doxygen
|
||||||
Standards-Version: 3.5.2
|
Standards-Version: 3.5.2
|
||||||
|
|
||||||
Package: hamlib1
|
Package: hamlib1
|
||||||
|
|
|
@ -13,6 +13,10 @@ version=`cat configure.ac|grep AM_INIT|cut -d"," -f2|cut -d")" -f1|cut -d" " -f2
|
||||||
configure: configure-stamp
|
configure: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
@echo "!!"
|
||||||
|
@echo "if you see any errors add automake-1.7 and aclocal-1.7 to autogen.sh"
|
||||||
|
@echo "!!"
|
||||||
|
sh autogen.sh
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
|
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue