diff --git a/pkg.info b/pkg.info index a0c4c82..161a02d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: freetype2 description: Font rasterization library version: 2.13.2 -revision: 2 +revision: 3 url: https://www.freetype.org/ license: FTL or GPL2-or-later architecture: any diff --git a/source.sh b/source.sh index 06c9461..2a34a0f 100644 --- a/source.sh +++ b/source.sh @@ -28,4 +28,7 @@ build() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + # Install package license + install -Dm644 "$BPM_SOURCE"/LICENSE.TXT "$BPM_OUTPUT"/usr/share/licenses/freetype2/LICENSE.TXT }