Created
February 11, 2013 06:52
-
-
Save tinbotu/4753032 to your computer and use it in GitHub Desktop.
for raspbian
darkice-1.0/debian/rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/make -f | |
%: | |
dh $@ | |
.PHONY: override_dh_auto_configure | |
override_dh_auto_configure: | |
ln -s /usr/share/misc/config.guess . | |
ln -s /usr/share/misc/config.sub . | |
dh_auto_configure -- --prefix=/usr --sysconfdir=/usr/share/doc/darkice/examples --with-lame --without-faac --with-alsa --with-alsa-prefix=/usr/lib/arm-linux-gnueabihf --with-lame-prefix=/usr/lib/arm-linux-gnueabihf --with-jack-prefix=/usr/lib/arm-linux-gnueabihf --with-vorbis-prefix=/usr/lib/arm-linux-gnueabihf --with-samplerate-prefix=/usr/lib/arm-linux-gnueabihf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment