Update all pkgs until xbps-base-system's initramfs-tools dependency.
--HG-- extra : convert_revision : 7c4f25f0ac22755e54d4604e1581e8c7fc255d58
This commit is contained in:
parent
2045bfe573
commit
4aab5990ba
14 changed files with 101 additions and 10 deletions
18
templates/gdbm/devel.template
Normal file
18
templates/gdbm/devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'gdbm-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run gdbm
|
||||
|
||||
do_install()
|
||||
{
|
||||
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
|
||||
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
|
||||
|
||||
mkdir -p ${destdir}/usr/lib
|
||||
mv ${origdir}/usr/include ${destdir}/usr
|
||||
mv ${origdir}/usr/lib/*.*a ${destdir}/usr/lib
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue