0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-09-22 08:31:01 +00:00
glibc-packages/gpkg/libmp3lame/lame.pc.in
Askorbinovaya Kislota c8148096eb
new pkgs to gpkg (#136)
gpkg/libogg
gpkg/libopus
gpkg/libflac
gpkg/libvorbis
gpkg/libmpg123
gpkg/libmp3lame
gpkg/libsndfile
gpkg/libpulse
gpkg/libxtst
gpkg/dbus

Other changes (by @Maxython):
gpkg/glibc: disable syscalls `__NR_setresgid`, `__NR_setuid`, `__NR_setgid` and `__NR_symlink`
gpkg/glibc: adding user/group verification according to the android standard and access changing user/group information
2023-10-27 00:18:08 +03:00

12 lines
238 B
PkgConfig

prefix=@TERMUX_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: lame
Description: MP3 encoding library
Requires:
Version: @TERMUX_PKG_VERSION@
Libs: -L${libdir} -lmp3lame
Cflags: -I${includedir}