wok-current diff jpeg-dev/receipt @ rev 22605
created recipes for ytnef and ytnef-dev
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 09 16:34:38 2020 +0100 (2020-01-09) |
parents | 1f6313ccde29 |
children | 038e3e646808 |
line diff
1.1 --- a/jpeg-dev/receipt Fri Mar 15 15:00:48 2019 +0100 1.2 +++ b/jpeg-dev/receipt Thu Jan 09 16:34:38 2020 +0100 1.3 @@ -17,7 +17,8 @@ 1.4 { 1.5 mkdir -p $fs/usr/lib 1.6 1.7 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.8 - cp -a $install/usr/include $fs/usr 1.9 - cp -a $src/jpegint.h $fs/usr/include 1.10 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.11 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.12 + cp -a $install/usr/include $fs/usr 1.13 + cp -a $src/jpegint.h $fs/usr/include 1.14 }