kopia lustrzana https://github.com/Hamlib/Hamlib
include pkgconfig support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1264 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
b2a213e261
commit
fdeea19e16
|
@ -1,2 +1,4 @@
|
|||
usr/lib
|
||||
usr/lib/pkgconfig
|
||||
usr/include
|
||||
usr/share/aclocal
|
||||
|
|
|
@ -52,6 +52,8 @@ install: build
|
|||
mv $(CURDIR)/debian/tmp/usr/lib/*.a $(CURDIR)/debian/hamlib-dev/usr/lib/
|
||||
mv $(CURDIR)/debian/tmp/usr/lib/*.la $(CURDIR)/debian/hamlib-dev/usr/lib/
|
||||
mv $(CURDIR)/debian/tmp/usr/include/hamlib $(CURDIR)/debian/hamlib-dev/usr/include/
|
||||
mv $(CURDIR)/debian/tmp/usr/lib/pkgconfig/hamlib.pc $(CURDIR)/debian/hamlib-dev/usr/lib/pkgconfig/
|
||||
mv $(CURDIR)/debian/tmp/usr/share/aclocal/hamlib.m4 $(CURDIR)/debian/hamlib-dev/usr/share/aclocal/
|
||||
|
||||
# Move the appropriate files into the runtime package..
|
||||
mv $(CURDIR)/debian/tmp/usr/lib/libhamlib-$(version).so.1 $(CURDIR)/debian/hamlib1/usr/lib/
|
||||
|
|
Ładowanie…
Reference in New Issue