CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pango: updated to 1.24.5 and fixed issues with autofolks stuff. Also updated the...
[attic/ports/opt-cross.git] / wmmp3 / Pkgfile
1 # Description: A dockapp mpg123 frontend
2 # URL: http://www.dotfiles.com/software/wmmp3/
3 # Arch Maintainer: CRUX-ARM System Team. devel at crux-arm dot nu
4 # Depends on: xorg-libxpm
5
6 name=wmmp3
7 version=0.12
8 release=1
9 source=(http://www.sourcefiles.org/Multimedia/MP3/Front_End/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man \
17 --x-includes=$CLFS/usr/include/X11 \
18 --x-libraries=$CLFS/usr/lib/X11
19 make
20 make DESTDIR=$PKG install
21 install -d $PKG/usr/share/pixmaps
22 install -m644 wmmp3.xpm $PKG/usr/share/pixmaps/wmmp3.xpm
23 }