upower: move so symlink into main pkg.
--HG-- extra : convert_revision : f505ca782f46413351bf37c4e4aa77ceb22fdc12
This commit is contained in:
parent
be3feea14c
commit
87d0a8e043
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.9.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://upower.freedesktop.org/releases/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --with-backend=linux"
|
||||
|
|
|
@ -6,6 +6,8 @@ long_desc="${long_desc}
|
|||
This package contains the files needed for developing applications
|
||||
that use UPower."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run intltool
|
||||
Add_dependency run libxslt
|
||||
|
@ -22,6 +24,6 @@ do_install()
|
|||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.{a,so} ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue