Added libogg-1.1.3 template.
--HG-- extra : convert_revision : 06b40e0cadc65341adf5910e7680fca409855990
This commit is contained in:
parent
55d07a4fa1
commit
dd4751a2a6
1
templates/libogg-devel
Symbolic link
1
templates/libogg-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libogg
|
2
templates/libogg/depends
Normal file
2
templates/libogg/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.1.3
|
||||
api_depends=${abi_depends}
|
18
templates/libogg/devel.template
Normal file
18
templates/libogg/devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libogg-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libogg
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
16
templates/libogg/template
Normal file
16
templates/libogg/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'libogg'.
|
||||
pkgname=libogg
|
||||
sourcepkg=$pkgname
|
||||
version=1.1.3
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The Ogg bitstream file format library"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=bae29e79fbc50bbedf1235852094b71c8c910a1ef0cd42fe4163b7b545630b65
|
||||
long_desc="
|
||||
Libogg is a library for manipulating Ogg bitstream file formats.
|
||||
Libogg supports both making Ogg bitstreams and getting packets from
|
||||
Ogg bitstreams."
|
||||
|
||||
subpackages="devel"
|
||||
Add_dependency full glibc
|
Loading…
Reference in New Issue
Block a user