mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-02-24 02:45:02 +00:00
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
12 lines
238 B
PkgConfig
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}
|