Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
example udev now has a subpkgs called "libgudev". Previously
subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.
And more that I forgot because it's a mega-commit that I've been
working for some days already...
--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
This commit is contained in:
2
srcpkgs/libexif/depends
Normal file
2
srcpkgs/libexif/depends
Normal file
@@ -0,0 +1,2 @@
|
||||
abi_depends=">=0.6.17"
|
||||
api_depends="${abi_depends}"
|
||||
17
srcpkgs/libexif/libexif-devel.template
Normal file
17
srcpkgs/libexif/libexif-devel.template
Normal file
@@ -0,0 +1,17 @@
|
||||
# Template file for 'libexif-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libexif
|
||||
|
||||
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
|
||||
}
|
||||
17
srcpkgs/libexif/template
Normal file
17
srcpkgs/libexif/template
Normal file
@@ -0,0 +1,17 @@
|
||||
# Template build file for 'libexif'.
|
||||
pkgname=libexif
|
||||
version=0.6.17
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="ac_cv_path_DOXYGEN=false"
|
||||
short_desc="EXIF file library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=dceb9355b148a8ee6aa96e3dff82a06c066c81e6ab18c190c946ed3b30fc7353
|
||||
long_desc="
|
||||
Most digital cameras produce EXIF files, which are JPEG files with
|
||||
extra tags that contain information about the image. The EXIF
|
||||
library allows you to parse an EXIF file and read the data from
|
||||
those tags."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency full glibc
|
||||
Reference in New Issue
Block a user