forked from ports/contrib
lmms: fixed bug [147] found at flyspray (directory not allowed /usr/share/man lmms)
This commit is contained in:
parent
46e72f0f4f
commit
51bdabc4a7
@ -43,6 +43,9 @@ lrwxrwxrwx root/root usr/lib/lmms/libtripleoscillator.so.0 -> libtripleoscillato
|
||||
lrwxrwxrwx root/root usr/lib/lmms/libvibedstrings.so -> libvibedstrings.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/lmms/libvibedstrings.so.0 -> libvibedstrings.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/lmms/libvibedstrings.so.0.0.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/lmms.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/lmms/
|
||||
drwxr-xr-x root/root usr/share/lmms/midi-maps/
|
||||
@ -827,6 +830,3 @@ drwxr-xr-x root/root usr/share/lmms/track_icons/
|
||||
-rw-r--r-- root/root usr/share/lmms/track_icons/violin01.png
|
||||
-rw-r--r-- root/root usr/share/lmms/track_icons/violin02.png
|
||||
-rw-r--r-- root/root usr/share/lmms/track_icons/xylophone01.png
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/lmms.1.gz
|
||||
|
22
lmms/Pkgfile
22
lmms/Pkgfile
@ -1,19 +1,21 @@
|
||||
# Description: LMMS aims to be a free alternative to popular programs like FruityLoops.
|
||||
# URL: http://lmmsdl.sourceforge.net/
|
||||
# Description: LMMS aims to be a free alternative to popular programs like FruityLoops.
|
||||
# URL: http://lmms.sourceforge.net/
|
||||
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
|
||||
# Depends on: qt3,jack
|
||||
# Depends on: qt3,jack
|
||||
|
||||
name=lmms
|
||||
version=0.2.1
|
||||
release=1
|
||||
release=2
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/info
|
||||
rm -rf $PKG/usr/share/lmms/locale
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/info
|
||||
rm -rf $PKG/usr/share/lmms/locale
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user