0da86577ab
Changed all packages using $replaces to the new format and bump the revision. Require XBPS utils >= 20100121 for this to work. --HG-- extra : convert_revision : 7593b3cb7465f7613f48aba0f2e86cdcd5430ac0
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
# Template file for 'gcc-libgcc'.
|
|
#
|
|
short_desc="GCC version ${version} shared library support"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the GCC shared library."
|
|
|
|
replaces="gcc-libgcc>=0"
|
|
revision=2
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libgcc_s.so* ${DESTDIR}/usr/lib
|
|
}
|