allegro: fix pkgconfig file location

This commit is contained in:
Sergei Reznikov
2015-11-12 12:29:12 +03:00
parent b7ca6d2a45
commit e975c53944

View File

@@ -13,7 +13,7 @@ but has since received contributions from hundreds of people over the net."
HOMEPAGE="http://alleg.sourceforge.net/"
COPYRIGHT="1998-2010 Shawn Hargreaves et al."
LICENSE="Allegro"
REVISION="1"
REVISION="2"
SOURCE_URI="http://sourceforge.net/projects/alleg/files/allegro/4.4.2/allegro-4.4.2.tar.gz/download"
CHECKSUM_SHA256="1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc"
PATCHES="allegro-4.4.2.patchset"
@@ -83,6 +83,7 @@ INSTALL()
{
make install
fixPkgconfig
prepareInstalledDevelLibs liballeg libjpgalleg libloadpng liblogg
packageEntries devel $developDir $binDir
}