opt/libvisual/Pkgfile

23 lines
473 B
Plaintext
Raw Normal View History

2023-08-27 17:34:10 +02:00
# Description: Libvisual Audio Visualization
# URL: http://libvisual.org/
2023-08-27 17:34:10 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libsdl
2011-11-02 13:21:41 +01:00
name=libvisual
2023-03-25 19:21:54 +01:00
version=0.4.2
release=1
source=(https://github.com/Libvisual/libvisual/releases/download/$name-$version/$name-$version.tar.bz2)
2011-11-02 13:21:41 +01:00
build() {
2023-08-27 17:34:10 +02:00
cd $name-$version
2011-11-02 13:21:41 +01:00
2023-08-27 17:34:10 +02:00
./configure \
--prefix=/usr \
--enable-extra-optimization \
--disable-examples \
--disable-nls
2011-11-02 13:21:41 +01:00
2023-08-27 17:34:10 +02:00
make
make DESTDIR=$PKG install
2011-11-02 13:21:41 +01:00
}