Date: Monday, February 22, 2016 @ 23:36:40 Author: arojas Revision: 260164
Symlink header to old location for compatibility Modified: libcue/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-22 22:24:23 UTC (rev 260163) +++ PKGBUILD 2016-02-22 22:36:40 UTC (rev 260164) @@ -4,7 +4,7 @@ pkgname=libcue pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Parses so-called cue sheets and handles the parsed data' url='https://github.com/lipnitsk/libcue/' arch=('i686' 'x86_64') @@ -23,4 +23,8 @@ package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + + # compatibility symlink + install -d "$pkgdir"/usr/include/libcue + ln -s /usr/include/libcue.h "$pkgdir"/usr/include/libcue/libcue.h }
