libfilezilla: move lib and pkgconfig to devel pkg.

This commit is contained in:
Jérôme Duval
2016-12-07 17:30:58 +01:00
parent 45df4b4627
commit 28cfc0037b

View File

@@ -10,7 +10,7 @@ which simplifies dealing with timestamps originating from different sources
HOMEPAGE="https://lib.filezilla-project.org"
COPYRIGHT="2015-2016 Tim Kosse"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sf.net/filezilla/libfilezilla-$portVersion.tar.bz2"
CHECKSUM_SHA256="73c3ada6f9c5649abd93e6a3e7ecc6682d4f43248660b5506918eab76a7b901b"
PATCHES="libfilezilla-$portVersion.patchset"
@@ -65,6 +65,9 @@ INSTALL()
rm -f $libDir/libfilezilla.la
prepareInstalledDevelLibs libfilezilla
fixPkgconfig
packageEntries devel \
$developDir
}