mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Use new project URL.
This commit is contained in:
parent
e4bffe06c2
commit
728f6de510
@ -27,7 +27,7 @@ m4_define([sp_package_version_minor], [1])
|
|||||||
m4_define([sp_package_version], [sp_package_version_major.sp_package_version_minor])
|
m4_define([sp_package_version], [sp_package_version_major.sp_package_version_minor])
|
||||||
|
|
||||||
AC_INIT([libserialport], [sp_package_version], [martin-libserialport@earth.li],
|
AC_INIT([libserialport], [sp_package_version], [martin-libserialport@earth.li],
|
||||||
[libserialport], [http://github.com/martinling/libserialport])
|
[libserialport], [http://sigrok.org/wiki/Libserialport])
|
||||||
AC_CONFIG_MACRO_DIR([autostuff])
|
AC_CONFIG_MACRO_DIR([autostuff])
|
||||||
AC_CONFIG_AUX_DIR([autostuff])
|
AC_CONFIG_AUX_DIR([autostuff])
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ includedir=@includedir@
|
|||||||
|
|
||||||
Name: libserialport
|
Name: libserialport
|
||||||
Description: Cross-platform serial port access library.
|
Description: Cross-platform serial port access library.
|
||||||
URL: http://github.com/martinling/libserialport
|
URL: http://sigrok.org/wiki/Libserialport
|
||||||
Requires.private: @SP_PKGLIBS@
|
Requires.private: @SP_PKGLIBS@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lserialport
|
Libs: -L${libdir} -lserialport
|
||||||
|
Loading…
Reference in New Issue
Block a user