New package: twaindsm-2.3.0
This commit is contained in:
parent
101fe26e1b
commit
2154ad8883
3 changed files with 29 additions and 0 deletions
|
@ -2480,3 +2480,4 @@ liblttng-ust-cyg-profile.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-cyg-profile-fast.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-cyg-profile-fast.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-dl.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-dl.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-tracepoint.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-tracepoint.so.0 lttng-ust-2.7.2_1
|
||||||
|
libtwaindsm.so.2 twaindsm-2.3.0_1
|
||||||
|
|
1
srcpkgs/twaindsm-devel
Symbolic link
1
srcpkgs/twaindsm-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
twaindsm
|
27
srcpkgs/twaindsm/template
Normal file
27
srcpkgs/twaindsm/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'twaindsm'
|
||||||
|
pkgname=twaindsm
|
||||||
|
version=2.3.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version}.orig"
|
||||||
|
build_wrksrc="src"
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
short_desc="TWAIN data source manager"
|
||||||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://www.twain.org"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/twain-dsm/TWAIN%20DSM%20${version%.*.*}%20Source/${pkgname}-${version}.source.zip"
|
||||||
|
checksum=9a51ba95b1e51bb5a5fb855799d802269c147b2ba362e030150b1c9980f988ce
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i CMakeLists.txt -e's; -Werror;;'
|
||||||
|
}
|
||||||
|
|
||||||
|
twaindsm-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/include
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue