gst-python: update to 0.10.22, added -devel subpkg.
This commit is contained in:
parent
dab3b1e9f9
commit
01ad9fa296
4 changed files with 26 additions and 8 deletions
14
srcpkgs/gst-python/gst-python-devel.template
Normal file
14
srcpkgs/gst-python/gst-python-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'gst-python-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run gst-python
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gst-python usr/share
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue