Convert packages to the new template format (l).
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
# Template file for 'libiptcdata-devel'.
|
||||
#
|
||||
depends="libiptcdata>=1.0.4"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
# Template file for 'libiptcdata'
|
||||
pkgname=libiptcdata
|
||||
version=1.0.4
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for manipulating the IPTC metadata"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://libiptcdata.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Library for manipulating the IPTC metadata"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e
|
||||
long_desc="
|
||||
libiptcdata is a library, written in C, for manipulating the International
|
||||
@@ -16,4 +16,18 @@ long_desc="
|
||||
popular photo management applications. The library provides routines for parsing,
|
||||
viewing, modifying, and saving this metadata."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
libiptcdata-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
||||
|
||||
libiptcdata_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user