libsexy: remove long_desc.
This commit is contained in:
parent
dee21d1a90
commit
fd5593b6ac
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libsexy'
|
# Template file for 'libsexy'
|
||||||
pkgname=libsexy
|
pkgname=libsexy
|
||||||
version=0.1.11
|
version=0.1.11
|
||||||
revision=8
|
revision=9
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
@ -12,10 +12,6 @@ homepage="http://releases.chipx86.com/$pkgname"
|
|||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e
|
checksum=8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e
|
||||||
long_desc="
|
|
||||||
libsexy is a collection of GTK+ widgets that extend the functionality of
|
|
||||||
such standard widgets as GtkEntry and GtkLabel by subclassing them and
|
|
||||||
working around the limitations of the widgets."
|
|
||||||
|
|
||||||
libsexy-devel_package() {
|
libsexy-devel_package() {
|
||||||
depends="libxml2-devel gtk+-devel ${sourcepkg}-${version}_${revision}"
|
depends="libxml2-devel gtk+-devel ${sourcepkg}-${version}_${revision}"
|
||||||
@ -23,6 +19,7 @@ libsexy-devel_package() {
|
|||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user