Update to 1.0.5 and newstyle metadata.
This commit is contained in:
1
bzip2/meta/depend
Normal file
1
bzip2/meta/depend
Normal file
@@ -0,0 +1 @@
|
||||
TGCbzip2d bzip2 auto
|
||||
26
bzip2/meta/pkgdef
Normal file
26
bzip2/meta/pkgdef
Normal file
@@ -0,0 +1,26 @@
|
||||
[bzip2]
|
||||
pkgname="${pkgprefix}${topdir}"
|
||||
name="$topdir - The bzip2 compression library and utilities"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://www.bzip.org"
|
||||
shortdesc="A library implementing bzip2 compression and utilities using it"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_bindir
|
||||
$_libdir/*.so.*
|
||||
$_mandir/man1
|
||||
|
||||
[bzip2-devel]
|
||||
pkgname="${pkgprefix}${topdir}d"
|
||||
name="${topdir}-devel - Development support for bzip2"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://www.bzip.org"
|
||||
shortdesc="Files needed for developing with bzip2"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_includedir
|
||||
$_libdir/*.so
|
||||
$_libdir/*.a
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
PKG="%%pkgname%%"
|
||||
NAME="%%name%%"
|
||||
ARCH="sparc"
|
||||
VERSION="%%version%%"
|
||||
CATEGORY="%%pkgcat%%"
|
||||
VENDOR="%%pkgvendor%%"
|
||||
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
|
||||
PSTAMP="%%pkgver%%"
|
||||
BASEDIR="%%topinstalldir%%"
|
||||
CLASSES="none"
|
||||
DESC="%%pkgdesc%%"
|
||||
28
bzip2/meta/relnotes
Normal file
28
bzip2/meta/relnotes
Normal file
@@ -0,0 +1,28 @@
|
||||
PACKAGE DETAILS
|
||||
---------------
|
||||
Name: %%PKGNAME%%
|
||||
Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
%%COMPILER%%
|
||||
|
||||
Environment:
|
||||
%%ENVIRONMENT%%
|
||||
|
||||
Configure:
|
||||
%%CONFIGURE%%
|
||||
|
||||
KNOWN DEPENDENCIES
|
||||
------------------
|
||||
%%DEPENDENCIES%%
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
||||
A patch was applied to change the soname from libbz2.so.1.0 to libbz2.so.1.
|
||||
Reference in New Issue
Block a user